List path tests
Link me to the blue whale image
Link me to the narwhal image
Link me to Google image search
Link me to the paragraph at the bottom of the page
The bottom of the page!
h1 { font-size: 2rem; margin: 0; color: purple; } li { color: gray; margin: 0.5em 0; } div { height: 600px; }
<h1>List path tests</h1> <ul> <li><a target="_blank">Link me to the blue whale image</a></li> <li><a target="_blank">Link me to the narwhal image</a></li> <li><a target="_blank">Link me to Google image search</a></li> <li><a>Link me to the paragraph at the bottom of the page</a></li> </ul> <div></div> <p id="bottom">The bottom of the page!</p>