Sunday, November 6, 2011

Task #4: Stacked Car Tags

< ! DOCTYPE html >
< head >
< meta charset = "utf-8" >
< title > Task #4... < / title >
< / head >
< body >
    
       
       < h1 >  </h1>

    < p 1 >  < / p 1 >


    < p 2 >  < / p >


    < p 3 > < / p 3 >


    < footer > </ footer >



< / body >
< / html >






..... right?

Update: Edits in blue!  Thank you :)

3 comments:

  1. Hello, nice job! Here are a few corrections:

    I think the meta charset tag is supposed to go inside the head tag.

    Your h1 and footer tags are missing closing tags.

    Paragraph tags shouldn't be numbered.

    Hope this makes sense.

    ReplyDelete
  2. Could you fix up your indentation?

    Indentation helps in making code more readable. You should start up on that habit.

    ReplyDelete
  3. This is coming along well. Having fun? I'm just starting to dig in myself!

    ReplyDelete