Skip to content

Challenge Inform with the Paragraph Element

SaintPeter edited this page · 1 revision
Clone this wiki locally

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 so: <p>I'm a p tag!</p>.

<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p>
Something went wrong with that request. Please try again.