hr

hr
HTML hr Element
The HTML <hr> element is used to designate a horizontal rule(line). This element should be styled completely using CSS if you want to change the default line you get.
HTML CODE EXAMPLE
I was walking down the street one day.
<hr />
In the very merry month of may.
 
I was walking down the street one day.
In the very merry month of may.

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 :

  • datalist datalist NOTE: This new element is HTML5 and will be a standardized element in 2014. … Read More...
  • del del The HTML <del> element is used to represent deleted text or text that i… Read More...
  • command command The HTML <command> element is used to insert context menu commands … Read More...
  • details details NOTE: This new element is HTML5 and will be a standardized element in 2014. The&nb… Read More...
  • colgroup colgroup The HTML <colgroup> element represents a group of columns in a tab… Read More...

0 Response to "hr"

Post a Comment