h1 h2 h3 h4 h5 h6

h1 h2 h3 h4 h5 h6
HTML h1 h2 h3 h4 h5 h6 Element
The HTML <h1, <h2>, <h3>, <h4>, <h5> and <h6> elements are used to define heading size and hierarchy on your pages. h1 is the most enlarged, and h6 would be the smallest of the group.
HTML CODE EXAMPLE
<h1>Sample Text</h1>
<h2>Sample Text</h2>
<h3>Sample Text</h3>
<h4>Sample Text</h4>
<h5>Sample Text</h5>
<h6>Sample Text</h6>
 

Sample Text

Sample Text

Sample Text

Sample Text

Sample Text
Sample Text

Attributes for this element:

datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers


0 Response to "h1 h2 h3 h4 h5 h6"

Post a Comment