Computer Science, asked by Podilapu5121, 11 months ago

Which tag is used for beginning a paragraph in html language?

Answers

Answered by dikshaakhaira1910
5
<P> your text here


</P>
Remember to close the tag as it is container tag.
Answered by Anonymous
7

!!!

<html>

<head> xyz </head>

<body>

<p> your paragraph </p>

</body>

</html>

u can also directly start a paragraph after body tag if u don't wanna include many things.

basically 'p' tag is used before beginning a paragraph.

and don't forget to put forward slash after completion of each and every tag u used. otherwise it won't run.

!!!

!!!

Similar questions