Create htm file with links
top of page

Create htm file with links

We just a little bit of trouble you can create a .htm file which has links to multiple URLs. See this format:


<div align="center">

<a href="https://www.google.com/"l">Index2"</a> |

<a href="https://www.yahoo.com/"l">Index3"</a> |

<a href="https://www.mlb.com/mets"l">Index4"</a> |

<a href="https://www.edrm.net"l">Index5"</a>

</div>


Simply enter the web addresses after the href tabs, and create a name for each link at the end of each line. Be sure to include https in the URLs, or this will not work. Put this text in a file and change the extension to .htm, and it will open in a browser like this:





This can useful when working with add-ins for Chrome or IE that let you download multiple files.


bottom of page