In this activity, you will practice making webpages using basic HTML.
Open the W3Schools TryIt Editor: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
Create and run a webpage as follows:
<h1>
and <h2>
<p>
<ul>
(and/or <ol>
) and <li>
<img>
element and use the URL of the image in the tag.<a>
element and use the URL of the webpage in the tag.Submit a screenshot of the TryIt Editor with your code showing and the running page displayed.
In case it’s helpful, here is an HTML reference: http://www.w3schools.com/tags/ref_byfunc.asp