How do I write two paragraphs using html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I write two paragraphs using html?

Help

19th Apr 2020, 1:30 PM
Justine Luwongo
2 Answers
+ 4
It's very simple. <p> Paragraph 1</p> <p> Paragraph 2</p>
19th Apr 2020, 2:14 PM
A͢J
A͢J - avatar
+ 2
Write your code in this way: <html> <head> <title> write your title </title> </head> <body> <p> write here </p> <p> write here </p> </body> </html>
4th May 2020, 3:36 PM
Gaurav Dhakal
Gaurav Dhakal - avatar