<h1 id="top">Lists and Links</h1> - this just for demonstration
Lists
Unordered lists
<ul>- <li>just</li>
- <li>like</li>
- <li>this</li>
Ordered lists
<ol>- <li>just</li>
- <li>like</li>
- <li>this</li>
Links
The anchor tag <a>
makes text clickable:
-
Web link
<a href="https://example.com">Web link</a> -
Web link in new tab
<a href="https://example.com" target="_blank">Web link in new tab</a> -
Local link (back to index)
<a href="index.html">Local link (back to index)</a> -
Local link (back to top)
<a href="#top">Local link (back to "top")</a>
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓