Skip to content

a little more advanced

<html>
<body>
<body style= “background-color:#00FFFF” >
<h2 style= “background-color:red” >This is a heading</h2>

<p style= “background-color:green” >This is a paragraph.</p>

<p>
<a href= “http://www.justinhoffman.net” >HTML Tutorial</a> This is a link to a page on this website.
</p>

<a href= “http://www.w3schools.com”  target=  “_blank”  >Visit W3Schools.com!</a>
<p>An image from W3Schools:</p>
<img src= “http://www.w3schools.com/images/w3schools_green.jpg” alt= “W3Schools.com” width= “104” height= “142” />

</body>

</body>
</html>