Answers for "how to provide line in para html"

0

html paragraph

<p>Hello World<p>
Posted by: Guest on October-26-2020
-1

how to add a paragraph in html

//first add a body tag
<body>
write stuff here
</body>

//or you can do this
<body>
  <p>write stuff here</p>
</body>

//thanks for reading
Posted by: Guest on June-27-2020

Code answers related to "how to provide line in para html"

Browse Popular Code Answers by Language