A Bulleted List of Hyperlinks

  • Post author:
  • Post category:HTML

To create a bulleted list of hyperlinks, use the following code:

<ul>
<li><a href=http://www.google.com>Google</a></li>
<li><a href=http://www.kasd.org>Kutztown Area School District</a></li>
<li><a href=http://www.sweendawg.com>SweenDawg</a></li>
</ul>

This is what you will see: