- Help Center
- Coding Resources
- HTML Resources
Challenge Hints: Paragraphs
A list of hints for the challenges in the Paragraphs lesson.
Last updated - July 23, 2024
Checkpoint | Try putting multiple <p> tags in the body. Do you have 2 paragraph tags? |
Song Lyrics | Do you have 3 paragraph tags? <p> </p> |
Story Time! |
Do you have at least two opening and closing <p> tags? A paragraph has at least 5 sentences. |
Question Answer Session |
Be sure to include style=" " Make sure your paragraph tags are written correctly. Example: <p> </p> Do you have three sentences each? Make sure to include style=" " |
Quotes Page | style=" " |
Make Your Voice Heard! |
Do each of your paragraphs have 5 sentences? <h1> </h1> |
Traveler's Journal |
Did you style every heading tag with a different font and color (including the semicolons)? Did you style every paragraph tag with a different font? Make sure you have 3 paragraph tags total. HTML structure has doctype, HTML, head, title, and body tags. |
Talking Pets |
style="background-color: " style=" " HTML structure has doctype, HTML, head, title, and body tags. |
For more help with HTML, check out our HTML Cheatsheet!