<STYLE
TITLE=title
TYPE=MIME type>
</STYLE>
Allows authors to include rendering information by using a specified style notation. Information in the STYLE element overrides client defaults and linked style sheets. The end-tag is required.
Microsoft Internet Explorer supports most of the style sheet properties defined in the CSS1 specifications. For a full description of these properties, see A User's Guide to Style Sheets.
Example
<HTML> <HEAD> <STYLE> BODY {background: white; color: black} H1 {font: 8pt Arial bold} P {font: 10pt Arial; text-indent: 0.5in} A {text-decoration: none; color: blue} </STYLE> <BODY> <H1>The background color of this document is white. The color of text is black. This text, formatted with the heading one element, is in 8-point Arial bold.</H1> <P>This text is formatted with 10-point Arial and an indented margin of 0.5 inches. <P>The hyperlink created by the text &A HREF=>click here&/A>appears in blue. <BODY> <HTML>
file: /Techref/language/html/r020/slide69.htm, 3KB, , updated: 2005/1/6 14:56, local time: 2024/11/15 22:22,
52.15.223.111:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/html/r020/slide69.htm"> HTML Reference</A> |
Did you find what you needed? |