Open Rodrigap opened 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!
I gonna double check next time, Thank you very much for your comment. I
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:
Also, remember that each indentation should just be 2 single spaces, not 4!