Basic HTML and HTML5 - Inform with the Paragraph Element

<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p> hello paragraph <p>
   what do i need to do to add a ending tag or wtv


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0

Challenge Information:

Basic HTML and HTML5 - Inform with the Paragraph Element

Hello and welcome to freeCodeCamp.
You need to add a slash before your element name : </elementname>

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.