This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Alex L. Nesh
about 11 years

1.4 Correct Answer

Here is the right way to complete the exercise:

<html>
<head>
    <title>Week 13 project</title>
</head>
<body>
    <h1>My Week 13 Project</h1>
    <h2>HTML is fun!</h2>
    <p>
        I have been using <a href="http://www.codeyear.com" target = "_blank"> CodeYear </a> to learn to code in HTML so that I will be able to make my own web-pages without having to use expensive WYSIWYG software!
    </p>
    <h3>I have learned many things.</h3>
    <p>
        I now have an overview of HTML and how it plays a huge role in websites.  I have looked at opening and closing tags, head, title and body tags, header tags, how to make links, and how to include images in my pages!
    </p>
    <p>
        I'm now completing my first project using my new-found knowledge and skills!
    </p>
    <h2>I can't wait to learn CSS!</h2>
    <p>
        CSS (Cascading Style Sheets) will be of great use when learning to lay out and format the look of my web page.  I am looking forward to learning this once I have completed my HTML course
    </p>
</body>
</html>

Answer 5187b5127e049db4ab000828

0 votes

Permalink

HERE IS THE CORRECT ANSWER

I have been using www.codeyear.com to learn to code in HTML so that I will be able to make my own web-pages without having to use expensive WYSIWYG software!

points
almost 11 years

1 comments

Dylan Pool almost 10 years

There is nothing wrong with Alex’s post.