hgroup
HTML hgroup Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <hgroup> element is used to designate a group of headings in a section of your page.
HTML CODE EXAMPLE
<div>
<header>
<hgroup>
<h2>Learn Web Development Online Free</h2>
<h4>All Lessons Are Free!!</h4>
</hgroup>
</header>
<p>You can learn to deftly assemble web applications by going...</p>
<footer><small>www.DevelopPHP.com</small></footer>
</div>
<header>
<hgroup>
<h2>Learn Web Development Online Free</h2>
<h4>All Lessons Are Free!!</h4>
</hgroup>
</header>
<p>You can learn to deftly assemble web applications by going...</p>
<footer><small>www.DevelopPHP.com</small></footer>
</div>
Learn Web Development Online Free
All Lessons Are Free!!
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 "hgroup"
Post a Comment