Latest solutions
Latest comments
- @KhamriOussamaSubmitted 8 months ago@MarwaDawoodPosted 8 months ago
Very good attempt! Few suggestions:
Include <main> in the html and at least one heading such as <h1>
Add line heights in the paragraphs and break the text in the correct place
1 - @CarlosBournotSubmitted 8 months ago@MarwaDawoodPosted 8 months ago
Very good attempt and close in likeness just few points:
1.Use the colours and font family provided in the style guide
2.Replace the <div> elements with more semantic HTML where applicable. This improves the document's readability and accessibility e.g : <main>: Use <main> to wrap the primary content of your page. : <h1>: Use <h1> for the primary heading : <section> : use section instead of divs
- Use <br> to break the text in your title and paragraphs e.g: <h2> Improve your front-end <br>skills by building projects</h2>
0