
Educators: Earn a free Gold upgrade by joining the PBwiki Back To School Challenge.
Style
Definition
Defines a style in a document. The style element goes in the head section.
The required TYPE attribute is used to specify a media type as is its function with the LINK element.
http://www.w3schools.com/tags/tag_style.asp
Attributes
<type>
Example
<head> <style type="text/css"> h1 {color: red} h3 {color: blue} </style> </head>
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |