The HTML Elements reference.

"style" - html element

  • This element allows you to define styles (CSS) which may be used within your document.
  • Styles should bee placed inside the header section ('head' ).
  • Starttag <style> is Required and endtag </style> is Required
  • You will find more about this in the CSS learning on this site.
  • Browsers that support the style - element : Internet Explorer Mozilla Firefox Opera Google Chrome Apple Safari

Attributes:
dir , lang , media , title , type (required)

Attribute "dir" value(s): ltr or rtl
  • Specifies the base direction of directionally neutral text in an element's content and attribute values. It also specifies the directionality of tables.
Possible attribute, dir, values for this element:
Attribute value description
ltr Left-to-right text or table.
rtl Right-to-left text or table.



© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.