zeusfreelancer / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Great HTML #1

Open Rodrigap opened 6 years ago

Rodrigap commented 6 years ago

https://github.com/zeusfreelancer/prj-rev-bwfs-dasmoto/blob/380e1d8e8b01bb3f7b0006395ab6ee7b6c80c19e/Dasmoto/index.html#L2-L9

Really nice job with your HTML indentation overall! The only little issue is that you didn't indent the head and body tags, here's how this should be:

<html 
  <head>
    <title>Arts and Crafts</title>
    <link rel="stylesheet" href="./Resourses/style.css">
  </head>
  <body>
    <h1 class="header">Dasmoto's Arts & Crafts</h1>

Also, remember that each indentation should just be 2 single spaces, not 4!

zeusfreelancer commented 6 years ago

I gonna double check next time, Thank you very much for your comment. I