- 3
How do you create a paragraph tag
4 Respostas
+ 5
Have a look at the sololearn html course. You'll learn about the paragraph tag there.
+ 2
Also, have HTML reference at hand. I recommend the one from w3schools.
+ 2
<p>text</p>
0
Always use <p></p> element
Example
<P>I'm a paragraph</p>