Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, December 10, 2012

Codeyear: Let's add in some text!


<!--sample solution-->

<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 CodeYear to learn HTML so that I will be able to make my own webpages!</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>
        <h4>I can't wait to learn CSS!</h4>
        <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>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts