How to write HTML Paragraphs
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
Piyush Verma
I am a Blogger and Web Designer.
html,html 5,HTML Paragraphs