Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML h1 definition

Syntax

<h1> ... </h1>

Description

The contents of this element is a level-one Heading. A browse typically renders this as a large and bold font.

Attributes

attribute description
align

Horizontal alignment. These values are possible:

Common attributes

Example

[Try this example yourself]
<h1>
  Header
</h1>

Output

Header

  • Comments

No comments added.