hgroup

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>
 

Learn Web Development Online Free

All Lessons Are Free!!

You can learn to deftly assemble web applications by...
www.DevelopPHP.com

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 "hgroup"

Post a Comment