How To create Paragraphs in /html
In this post you will get to know how you make paragraphs while making a Html page
This Source Code shows how it is done
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
</body>
</html>
This Source Code shows how it is done
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
</body>
</html>
Comments
Post a Comment