top of page

EP's HTML 5 Course Discussion

Public·10 members

Lesson 6

<html>



<head>



<title>Lesson 6</title>



</head>



<body>



<header>



<h1>Logo Image and Company Name and Snazzy Menu</h1>



</header>



<ol>



<li>first item</li>



<li>second item</li>



</ol>



<h1>Heading1</h1>



<h1>Paragraph Practice</h1>



<h2>Heading2</h2>



<h2>Body</h2>



<p>This is a paragraph in the body.</p>



<h2>End of Paragraph Practice</h2>



<h3>Heading3</h3>



<h4>Heading4</h4>



<h5>Heading5</h5>



<h6>Heading6</h6>



<p>Important information about us</p>



<footer>



<ul>



<li>Phone Number</li>



<li>Address</li>



</ul>



</footer>



</body>



</html>

36 Views

yes, when I put it in chrome it just shows the code, what do I do to fix it?

bottom of page