The <p>
tag is used to define a paragraph of text.
Using <p>
to define a paragraph
<p>My favorite animals are birds.</p> <p>My favorite sport is baseball.</p>
Using <p>
to define a paragraph of multiple lines.
<p> Soccer is an awesome sport because you get to play on a team with all your friends. My favorite players are Megan Rapinoe from the United States, and Marta from Brazil. </p>
<p></p>
<p>
tag to write several paragraphs. <p>
tag to write a paragraph of multiple lines.For more information, see http://www.w3schools.com/tags/tag_p.asp
Found a bug in the documentation? Let us know at documentation@code.org