Tell us what’s happening:
idk whats going on i dont know how to code this bc its telling me this: p
elements are the preferred element for paragraph text on websites. p
is short for “paragraph”.
You can create a paragraph 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”.
Note: As a convention, all HTML tags are written in lowercase, for example <p></p>
and not <P></P>
. and i’m following that rule
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<h3>Hello Paragraph</3>
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<h3>Hello Paragraph</3>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13099.110.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.136 Safari/537.36
.
Challenge: Inform with the Paragraph Element
Link to the challenge: