HyperText Markup Language/Tag List/p

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Use

This is one of the block-level tags in HTML. This means that is dispalys the text on a new line. In this case it is a paragraph. XHTML does not recognise the return button on your document, so this element has to be used by the user.

[edit] Example

<p>This is an example of the paragraph element.</p>

[edit] Required attributes

[edit] CSS

...

[edit] Optional attributes

[edit] CSS

[edit] Standard attributes

[edit] A standard attribute

[edit] More info

A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).

In other languages