+ 3
How to write paragraph without using<p>
4 Answers
+ 4
š use <article>
+ 4
You don't have to use <p> tag for writing paragraphs.
You can use literally any tag you want to. But <p> tag is more convenient because it is made to do that.
But again no restrictions, use <span>, <section>, <pre> if you want to.
+ 2
Use div tag.
+ 2
Thanks š