The HTML Elements reference.

"h4" - html element

  • The elements H1 through H6 are used to define header levels within a document.
  • H1 element is the most significant header and H6 is the least significant.
  • Starttag <h4> is Required and endtag </h4> is Required
  • Browsers that support the h4 - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari
Element "h4" example:
<h1>This is a Heading 1</h1>
<h2>This is a Heading 2</h2>
<h3>This is a Heading 3</h3>
<h4>This is a Heading 4</h4>
<h5>This is a Heading 5</h5>
<h6>This is a Heading 6</h6>


Attributes:
align (deprecated), class , dir , id , lang , style , title

Attribute "align" value(s): depend on which element left, center, right or justify
  • Specifies the horizontal alignment of its element with respect to the surrounding context. Specifies the horizontal alignment of its element with respect to the surrounding context.
  • You should use styles (CSS) instead.
Possible attribute, align, values for this element:
Attribute value description
left Text lines are rendered flush left.
center Text lines are centered.
right Text lines are rendered flush right.
justify Text lines are justified to both margins.



© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.