How do you create a paragraph tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

How do you create a paragraph tag

4th Jul 2022, 5:35 PM
Friday Precious
Friday Precious - avatar
4 Answers
+ 5
Have a look at the sololearn html course. You'll learn about the paragraph tag there.
4th Jul 2022, 5:42 PM
Lisa
Lisa - avatar
+ 2
Also, have HTML reference at hand. I recommend the one from w3schools.
4th Jul 2022, 6:02 PM
Emerson Prado
Emerson Prado - avatar
+ 2
<p>text</p>
4th Jul 2022, 6:43 PM
Junior
Junior - avatar
0
Always use <p></p> element Example <P>I'm a paragraph</p>
6th Jul 2022, 9:34 AM
Frank Ptukony
Frank Ptukony - avatar