Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML p definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: block-level element

Syntax

<p> ... </p>

Description

Defines a paragraph in a document.

Attributes

Common attributes.

Example

[Try this example yourself]
<p>
  Paragraph
</p>

Output

Paragraph

  • Comments

No comments added.