Search This Blog

HTML Paragraph Tag Example

HTML Paragraph Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Paragraph Example </h2>
<p> When we write content in web page we always use paragraph < p > tag </p>
<p> This is paragraph example 2 </p>
<p> This is paragraph example 3 </p>
</body>
</html>
OUTPUT
HTML Paragraph Tag Example

No comments:

Post a Comment