A list of hints for the challenges in the Breaks and Dividers lesson.
Last updated - July 23, 2024
Checkpoint |
Try putting a <br> tag in the body Try putting a <hr> tag in the body |
Three-Step How To Site |
Did you include 3 heading tags? <h1></h1> Do you have 3 paragraph tags?<p></p> Do you have 10 break tags? <br> |
Line Break Pattern | Did you start with one break tag and a horizontal row and add more until you got to eight of them? |
My Perfect Day |
Did you remember to add the sections - Morning, Afternoon, and Night? Split them with an <hr> tag. Did you remember to separate each section with a horizontal row? <hr> |
Geography Lesson |
Did you remember to include a corresponding heading tag for each place? <h1> </h1> Did you remember to include a visible line break for each place? <hr> |
Make a Cake! |
Did you remember to include at least 3 different paragraph tags in your website? <p> </p> Did you remember to include an invisible line break between each paragraph you created? <br> |
Daily Agenda |
style="background-color: lightblue" <h1> </h1> <p> </p> Did you include 3 sets of br, hr, br tags in that order? <br> <hr> <br> HTML structure includes the doctype, HTML, head, and body tags. |
HTML Notebook |
Did you style the body tag with the color "lightyellow"? style="background-color: lightyellow" style=" " and <hr> HTML structure has doctype, HTML, head, and body tags. |
For more help with HTML, check out our HTML Cheatsheet!