+ 1
What is paragraph tag in html
5 ответов
+ 3
As Aysha correctly said, I would add this:
https://www.sololearn.com/learning/1025/?ref=app
Have a look :)
+ 1
Hello! Your question is very popular and has been asked in this section a huge number of times. Please, try using the search bar in other cases. It is located at the top of the mobile app window and looks like a magnifying glass icon. Good luck!
+ 1
write <p>Hello </p>
<p>World</p>
<span> Hello </span>
<span> World</span
+ 1
Thanks for answer
- 1
Hello, <p> is what you put when you are writing paragraphs in the body of your HTML.