P tag

From Dharmasphere

Jump to: navigation, search

57466134_6114dac660_m.jpg

<p> Paragraph Tag

This HTML tag is used for creating a paragraph of text on a web page. The tag is used to separate one paragraph from another.

For example:

<p>This is a paragraph about stuff.</p>
<p>It is different from this paragraph.</p>

A browser will typically leave a space between adjacent paragraphs to emphasise their separation:

This is a paragraph about stuff.

It is different from this paragraph.

See Also

Personal tools