HTML
Paragraphs
•HTML paragraphs are
defined with the <p> tag:
<!DOCTYPE
html>
<html>
<body>
<p>This is
a paragraph.</p>
<p>This is
a paragraph.</p>
<p>This is
a paragraph.</p>
</body>
</html>
No comments:
Post a Comment