With templates like the HTML boilerplate, it’s easy to put the shell of an HTML file into place. But populating that page with content? That’s up to you. In this lesson, we’ll show you how.
By the end of this lesson, you'll be able to:
p
`, or “paragraph,” tag, which adds text in a smaller, more standard size than heading tags. Think of the `
` tag as your default option for regular text. **1. Below the `
` that contains `Locally roasted coffee, specialty teas, and homemade treats.`** Remember to click the **View Test Results** button to run the tests, which will confirm that your code is correct. See the Pen The paragraph tag by General Assembly (@GAmarketing) on CodePen. ---
`, add another paragraph opening tag `
`.** **2. Following the new `
` tag, add this exact code:** **`View our menu.`** **3. Add the `
img
src
alt
width
height
` and headings `` to structure your content. - You created two hyperlinks with the `` tag, allowing visitors to explore the menu and read customer reviews. - You built an unordered list `` with `` items to highlight the café’s specialties. - And finally, you added an image `` to make the page more visually appealing. That’s a lot of progress! Keep going—you’re well on your way to building great websites. </textarea>