+ 1
Usage of <p> in heading
Isnt it required to use <p> and </p> while using the heading tags ?
3 Réponses
+ 5
<p> is paragraph tags and for heading you have to use <h1> to <h6>.
+ 5
It is not required, you can use <h1> , <h2>,<h3>,<h4>,<h5> and <h6> for making headings 👍
We use <p> for making a paragraph
+ 1
No