HTML Paragraph
Paragraphs are defined with the <p> tag.
<p>This is a paragraph</p>
<p>This is another paragraph</p>
HTML '<p>' tag example
<html>
<head><title>Example on the use of Paragraphs in HTML</title></head>
<body>
<p>This is my first paragraph.<br/>
It describes how to use HTML.</p>
Paragraphs are defined with the <p> tag.
<p>This is a paragraph</p>
<p>This is another paragraph</p>
HTML '<p>' tag example
<html>
<head><title>Example on the use of Paragraphs in HTML</title></head>
<body>
<p>This is my first paragraph.<br/>
It describes how to use HTML.</p>