header
HTML header Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <header> element is used to designate the header of a page section. It will typically have headings grouped into an<hgroup> element.
HTML CODE EXAMPLE
<section>
<header>
<hgroup>
<h2>Learn How to Karate Chop People</h2>
<h4>$3,999.00 USD Per Hour</h4>
</hgroup>
</header>
<p>You can learn how to Karate Chop people with ease using...</p>
<footer><em>KarateKrazyChop.com</em></footer>
</section>
<header>
<hgroup>
<h2>Learn How to Karate Chop People</h2>
<h4>$3,999.00 USD Per Hour</h4>
</hgroup>
</header>
<p>You can learn how to Karate Chop people with ease using...</p>
<footer><em>KarateKrazyChop.com</em></footer>
</section>
Learn How to Karate Chop People
$3,999.00 USD Per Hour
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
Possible Values:"date-time sysntax as defined here"
Possible Values: "URL string"
See: list of global attributes
0 Response to "header"
Post a Comment