Sunday, September 22, 2013

Codeacademy: oops try again don't leave p open Make sure you closing in the right spot.



If your stuck on build your own webpage, because your tags aren't closed, then try this. You're probably closing your head and html in the wrong place. 

<!DOCTYPE>
<html>
<head>
<title>This is my first try</title>
</head>

<body>
    <h1>My Webpage</h1>
    <p>Coding is fun</p>
    <p>Web design is fun</p>
    <p>Messing up isn't fun</p> 
</body>

</html>

I hope this helped! Please share this with anybody you think this will benefit. Leave a comment(s) with any questions. Leave a comment here on what you want me to write about.
Seth 
YouTube Content Creator/ Blogger

No comments:

Post a Comment