Html Paragraphs


Html Paragraphs : Html Paragraphs are defined using <p> tag.


Html Paragraphs

Example

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>

<p>This is paragraph 1.</p>
<p>This is paragraph 2.</p>
</body>
</html>

Try it »

Output :

Html paragraphs tag example

Html paragraphs tag example


Advertisements

Add Comment

📖 Read More