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


Related Posts :

  • link link HTML link Element The HTML <link> element is used to specify relationships between y… Read More...
  • map map HTML map Element The HTML <map> image map element is used to designate&nbs… Read More...
  • legend legend HTML legend Element The HTML <legend> element is used to apply a caption… Read More...
  • li li HTML li Element The HTML <li> list item element is used to render lists, and… Read More...
  • label label HTML label Element The HTML <label> element is used to supply a visible… Read More...

0 Response to "hgroup"

Post a Comment