Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML center definition

Syntax

<center> ... </center>

Description

Center defines a block with centered text.

Attributes

None.

Example

[Try this example yourself]
<center>
  Centered text
</center>

Output

Centered text
  • Comments

No comments added.