How to write HTML Paragraphs


How to write HTML Paragraphs



How to write HTML Paragraphs in HTML


HTML Paragraphs Code -


<!DOCTYPE html>

<html>

<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>

</html>



Output


This is a paragraph.

This is a paragraph.

This is a paragraph.





How to write HTML Paragraphs


Next Post Previous Post