📄 css_ref_print.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS2 Print Reference</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>CSS2 Print Reference</h1>
<a href="css_reference.asp"><img border="0" src="../images/btn_previous.gif" alt="Previous" width="100" height="20" /></a>
<a href="css_ref_aural.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<h2>Print Properties</h2>
<p>Printing HTML documents has always been problematic. In CSS2 the print
properties are added to make it easier to print from the Web.</p>
<hr />
<p>The links in the "Property" column point to more
useful information about the specific property.</p>
<p>
<b>W3C:</b> The number in the "W3C" column indicates in which CSS recommendation
the property is defined (CSS1 or CSS2).</p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th width="25%" align="left">Property</th>
<th width="48%" align="left">Description</th>
<th width="20%" align="left">Values</th>
<th width="7%" align="left">W3C</th>
</tr>
<tr>
<td valign="top">orphans</td>
<td valign="top">Sets the minimum number of lines for a paragraph that must be left at the bottom of a page</td>
<td valign="top"><i>number</i></td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top">
marks
</td>
<td valign="top">Sets what sort of marks should be rendered outside the page
box</td>
<td valign="top">none<br />
crop<br />
cross</td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">
page
</td>
<td valign="top">Sets a page type to use when displaying an element</td>
<td valign="top">auto<i><br />
identifier</i></td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top">
<a href="pr_print_pageba.asp">
page-break-after</a>
</td>
<td valign="top">Sets the page-breaking behavior after an element</td>
<td valign="top">auto<br />
always<br />
avoid<br />
left<br />
right</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top">
<a href="pr_print_pagebb.asp">
page-break-before</a>
</td>
<td valign="top">
<p>Sets the page-breaking behavior before an element</p>
</td>
<td valign="top">auto<br />
always<br />
avoid<br />
left<br />
right</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_print_pagebi.asp">page-break-inside</a></td>
<td valign="top">Sets the page-breaking behavior inside an element</td>
<td valign="top">auto<br />
avoid</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top">size</td>
<td valign="top">Sets the orientation and size of a page</td>
<td valign="top">auto<br />
portrait<br />
landscape</td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">widows</td>
<td valign="top">Sets the minimum number of lines for a paragraph that must be left at the
top of a page</td>
<td valign="top"><i>number</i></td>
<td valign="top">2</td>
</tr>
</table>
<br />
<hr />
<a href="css_reference.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="css_ref_aural.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -