ToL Web Tools: Internet Links
The Information on the Internet section provides links to other internet sites that contain information about a given group of organisms. Please note that the Information on the Internet section is subject to editorial revisions without notice. We may occasionally check and update the links in this section, and we may also add relevant links that we come across or that are sent to us by other people.
Enter your links in an unordered HTML list like this:
- <ul>
- <li><a href="http://url">Name of Site 1</a>. Description for Site 1.</li>
- <li><a href="http://url">Name of Site 2</a>. Description for Site 2.</li>
- </ul>
The <ul> and </ul> tags mark the beginning and the end of your list, and each item in your list starts with <li> and ends with </li>. Replace http://url with the web address for the site, and add a description if you like. If you want to structure your list with headers, use <h4> tags.