|
Element "CSS" <css> |
|
|
The CSS (Cascading Style Sheet) Element is used to insert CSS Styles into the container elements. With an CSS element we can use an external CSS files, an embedded CSS or both. External CSS You can have external CSS files with extension *.css and you can link them to the page. Embedded CSS Generally they are smaller in size and therefore they are placed inside the HTML page. You can directly enter the CSS Code with the Code Editor provided.
Sequence This property specifies the linking order of the external or embedded css defined with this element. Properties
|