📄 css_reference.asp
字号:
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">2</td>
</tr>
</table>
<h2><a name="table">Table</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th width="25%" align="left">Property</th>
<th width="30%" align="left">Description</th>
<th width="25%" align="left">Values</th>
<th width="5%" align="left">IE</th>
<th width="4%" align="left">F</th>
<th width="4%" align="left">N</th>
<th width="7%" align="left">W3C</th>
</tr>
<tr>
<td valign="top"><a href="pr_tab_border-collapse.asp">border-collapse</a></td>
<td valign="top">Sets whether the table borders are collapsed into a single
border or detached as in standard HTML</td>
<td valign="top">collapse<br />
separate</td>
<td valign="top">5</td>
<td valign="top">1</td>
<td valign="top">7</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_tab_border-spacing.asp">border-spacing</a></td>
<td valign="top">Sets the distance that separates cell borders
(only for the "separated borders" model)</td>
<td valign="top"><i>length length</i></td>
<td valign="top">5M</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_tab_caption-side.asp">caption-side</a></td>
<td valign="top">
Sets the position of the table caption</td>
<td valign="top">top<br />
bottom<br />
left<br />
right</td>
<td valign="top">5M</td>
<td valign="top"> 1</td>
<td valign="top">6</td>
<td valign="top"> 2</td>
</tr>
<tr>
<td valign="top"><a href="pr_tab_empty-cells.asp">empty-cells</a></td>
<td valign="top">
Sets whether or not to show empty cells in a table (only
for the "separated borders" model) </td>
<td valign="top">show<br />
hide</td>
<td valign="top">5M</td>
<td valign="top"> 1</td>
<td valign="top">6</td>
<td valign="top"> 2</td>
</tr>
<tr>
<td valign="top"><a href="pr_tab_table-layout.asp">table-layout</a></td>
<td valign="top">
Sets the algorithm used to display the table cells, rows, and columns</td>
<td valign="top">auto<br />
fixed</td>
<td valign="top">5</td>
<td valign="top"> 1</td>
<td valign="top">6</td>
<td valign="top"> 2</td>
</tr>
</table>
<h2><a name="text">Text</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th width="25%" align="left">Property</th>
<th width="30%" align="left">Description</th>
<th width="25%" align="left">Values</th>
<th width="5%" align="left">IE</th>
<th width="4%" align="left">F</th>
<th width="4%" align="left">N</th>
<th width="7%" align="left">W3C</th>
</tr>
<tr>
<td valign="top"><a href="pr_text_color.asp">color</a></td>
<td valign="top">Sets the color of a text</td>
<td valign="top"><i>color</i></td>
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_direction.asp">direction</a></td>
<td valign="top">Sets the text direction</td>
<td valign="top">ltr<br />
rtl</td>
<td valign="top">6</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_dim_line-height.asp">line-height</a></td>
<td valign="top">Sets the distance between lines</td>
<td valign="top">normal<br />
<i>number<br />
length<br />
%</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_letter-spacing.asp">letter-spacing</a></td>
<td valign="top">Increase or decrease the space between characters</td>
<td valign="top">normal<br />
<i>length</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_text-align.asp">text-align</a></td>
<td valign="top">Aligns the text in an element</td>
<td valign="top">left<br />
right<br />
center<br />
justify</td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_text-decoration.asp">text-decoration</a></td>
<td valign="top">Adds decoration to text</td>
<td valign="top">none<br />
underline<br />
overline<br />
line-through<br />
blink</td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_text-indent.asp">text-indent</a></td>
<td valign="top">Indents the first line of text in an element</td>
<td valign="top"><i>length<br />
%</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top">text-shadow</td>
<td valign="top"> </td>
<td valign="top">none<br />
<i>color</i><br />
<i>length</i></td>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"><a href="pr_text_text-transform.asp">text-transform</a></td>
<td valign="top">Controls the letters in an element</td>
<td valign="top">none<br />
capitalize<br />
uppercase<br />
lowercase</td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top">unicode-bidi</td>
<td valign="top"> </td>
<td valign="top">normal<br />
embed<br />
bidi-override</td>
<td valign="top">5</td>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_white-space.asp">white-space</a></td>
<td valign="top">Sets how white space inside an element is handled</td>
<td valign="top">normal<br />
pre<br />
nowrap</td>
<td valign="top">5</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_text_word-spacing.asp">word-spacing</a></td>
<td valign="top">Increase or decrease the space between words</td>
<td valign="top">normal<br />
<i>length</i></td>
<td valign="top">6</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">1</td>
</tr>
</table>
<h2><a name="pseudoclasses">Pseudo-classes</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th align="left" valign="top" width="25%">Pseudo-class</th>
<th align="left" valign="top" width="55%">Purpose</th>
<th align="left" valign="top" width="5%">IE</th>
<th align="left" valign="top" width="4%">F</th>
<th align="left" valign="top" width="4%">N</th>
<th align="left" valign="top" width="7%">W3C</th>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_active.asp">:active</a></td>
<td valign="top">Adds special style to an activated element</td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">8</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_focus.asp">:focus</a></td>
<td valign="top">Adds special style to an element while the element has
focus</td>
<td valign="top">-</td>
<td valign="top">1.5</td>
<td valign="top">8</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_hover.asp">:hover</a></td>
<td valign="top">Adds special style to an element when you mouse over it</td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">7</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_link.asp">:link</a></td>
<td valign="top">Adds special style to an unvisited link</td>
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_visited.asp">:visited</a></td>
<td valign="top">Adds special style to a visited link</td>
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_first-child.asp">:first-child</a></td>
<td valign="top">Adds special style to an element that is the first child of some other element</td>
<td valign="top">-</td>
<td valign="top">1</td>
<td valign="top">7</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_lang.asp">:lang</a></td>
<td valign="top">Allows the author to specify a language to use in a specified element</td>
<td valign="top">-</td>
<td valign="top">1</td>
<td valign="top">8</td>
<td valign="top">2</td>
</tr>
</table>
<h2><a name="pseudoel">Pseudo-elements</a></h2>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th align="left" valign="top" width="25%">Pseudo-element</th>
<th align="left" valign="top" width="55%">Purpose</th>
<th align="left" valign="top" width="5%">IE</th>
<th align="left" valign="top" width="4%">F</th>
<th align="left" valign="top" width="4%">N</th>
<th align="left" valign="top" width="7%">W3C</th>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_first-letter.asp">:first-letter</a></td>
<td valign="top">Adds special style to the first letter of a text</td>
<td valign="top">5</td>
<td valign="top">1</td>
<td valign="top">8</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_first-line.asp">:first-line</a></td>
<td valign="top">Adds special style to the first line of a text</td>
<td valign="top">5</td>
<td valign="top">1</td>
<td valign="top">8</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_before.asp">:before</a></td>
<td valign="top">Inserts some content before an element</td>
<td valign="top"> </td>
<td valign="top">1.5</td>
<td valign="top">8</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_pseudo_after.asp">:after</a></td>
<td valign="top">Inserts some content after an element</td>
<td valign="top"> </td>
<td valign="top">1.5</td>
<td valign="top">8</td>
<td valign="top">2</td>
</tr>
</table>
<br />
<hr />
<a href="css_examples.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="css_ref_print.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<br />
<hr />
<!-- **** SPOTLIGHTS 1 **** -->
<iframe src="../banners/aspallframe.asp" height="110" width="485"
marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>
<hr />
<!-- **** SPOTLIGHTS 2 **** -->
<h2>Want To Be A Web Master?</h2>
<p>If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).</p>
<p>MaximumASP offers seven different configurations of dedicated servers to meet your Windows and .NET hosting needs.
Hosted on our multi-tiered Enterprise Class network, these servers provide the performance, security and reliability
you need to host your high end web sites and applications.
</p>
<p><a target="_blank" href="../../www.maximumasp.com/about/specials.aspx">Visit MaximumASP</a></p>
<hr />
<!-- **** SPOTLIGHTS 3 **** -->
<table cellpadding="0" cellspacing="0"><tr><td width="72"></td><td>
<script type="text/javascript"><!--
google_ad_client = "pub-3440800076797949";
/*txt*/
google_ad_slot = "1699448869";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr></table>
<hr />
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-3440800076797949";
/*imgtxt*/
google_ad_slot = "8606855891";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
<hr />
<!-- **** END SPOTLIGHTS **** -->
</td></tr>
<tr><td>
<p>Jump to: <a href="#top" target="_top"><b>Top of Page</b></a>
or <a href="../default.asp" target="_top"><b>HOME</b></a> or
<a href='css_reference.asp@output=print' target="_blank">
<img src="../images/print.gif" alt="Printer Friendly" border="0" />
<b>Printer friendly page</b></a></p>
<p>W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
<a href="../about/about_copyright.asp">terms of use</a> and
<a href="../about/about_privacy.asp">privacy policy</a>.
</p>
<p><a href="../about/about_copyright.asp">Copyright 1999-2008</a> by Refsnes Data. All Rights Reserved.</p>
<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr>
<td width="60%" align="left">
<a href="../../validator.w3.org/check@uri=referer" target="_blank">
<img src="../images/vxhtml.gif" alt="Validate" width="88" height="31" border="0" /></a>
<a href="../../jigsaw.w3.org/css-validator/check@uri=referer" target="_blank">
<img src="../images/vcss.gif" alt="Validate" width="88" height="31" border="0" /></a>
<a href="../../www.w3.org/WAI/WCAG1A-Conformance" title="Explanation of Level A Conformance" target="_blank">
<img src="../images/wai.gif" alt="W3C-WAI level A conformance icon" width="88" height="31" border="0" /></a>
</td>
<td>
<a href="../xhtml/xhtml_howto.asp" target="_top">W3Schools was converted to XHTML in December 1999</a>
</td></tr>
</table>
</td></tr>
</table>
</td>
<td width="145" align="center" valign="top">
<iframe style="background-color:#f1f1f1" src="../banners/rightcolumn.asp@secid=css" height="1500" width="147"
marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
</iframe>
</td>
</tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -