0% found this document useful (0 votes)
7 views

3 HTML Paragraph

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

3 HTML Paragraph

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

In HTML, you can create paragraphs using the <p> (paragraph) element.

The <p> element is used to define a block of text that represents a


paragraph. Here's an example:

In this example:

● The <p> element is used to define two paragraphs.


● The content of each paragraph is enclosed between the opening <p>
tag and the closing </p> tag.
● Paragraphs are a fundamental part of structuring the content of your
HTML document and are essential for creating readable and
organized text on a webpage.

You might also like