Solve problem "Inform with the Paragraph Element" online - Learn Python 3 - Snakify

Lesson: HTML5 and CSS

Inform with the Paragraph Element

p elements are the preferred element for normal-sized paragraph text on websites. P is short for "paragraph".

You can create a p element like this:

<p>I'm a p tag!</p>

Create a p element below your h2 element, and give it the text "Hello Paragraph".


The content on this page is licensed under Attribution-ShareAlike 4.0 International. Original authors: freeCodeCamp, the content was modified.