📄 html_quick.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>HTML 4.01 Quick List</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>HTML 4.01 Quick List</h1>
<a href="html_colornames.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="html_layout.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">HTML Quick List from W3Schools. Print it, fold it, and put it in your pocket.</p>
<hr />
<h3>HTML Basic Document</h3>
<p><html><br />
<head><br />
<title>Document name goes here</title><br />
</head></p>
<body><br />
Visible text goes here<br />
</body>
<p></html></p>
<h3>Heading Elements</h3>
<h1>Largest Heading</h1>
<p><h2> . . . </h2><br />
<h3> . . . </h3><br />
<h4> . . . </h4><br />
<h5> . . . </h5></p>
<p><h6>Smallest Heading</h6></p>
<h3>Text Elements</h3>
<p>This is a paragraph</p><br />
<br> (line break)<br />
<hr> (horizontal rule)<br />
<pre>This text is preformatted</pre>
<h3>Logical Styles</h3>
<em>This text is emphasized</em><br />
<strong>This text is strong</strong><br />
<code>This is some computer code</code>
<h3>Physical Styles</h3>
<b>This text is bold</b><br />
<i>This text is italic</i>
<h3>Links, Anchors, and Image Elements</h3>
<a href="http://www.example.com/">This is a Link</a><br />
<a href="http://www.example.com/"><img src="URL"
alt="Alternate Text"></a><br />
<a href="mailto:webmaster@example.com">Send e-mail</a><p>A named anchor:<br />
<a name="tips">Useful Tips Section</a><br />
<a href="#tips">Jump to the Useful Tips Section</a></p>
<h3>Unordered list</h3>
<ul><br />
<li>First item</li><br />
<li>Next item</li><br />
</ul>
<h3>Ordered list</h3>
<ol><br />
<li>First item</li><br />
<li>Next item</li><br />
</ol>
<h3>Definition list</h3>
<dl><br />
<dt>First term</dt><br />
<dd>Definition</dd><br />
<dt>Next term</dt><br />
<dd>Definition</dd><br />
</dl>
<h3>Tables</h3>
<p><table border="1"><br />
<tr><br />
<th>someheader</th><br />
<th>someheader</th><br />
</tr><br />
<tr><br />
<td>sometext</td><br />
<td>sometext</td><br />
</tr><br />
</table></p>
<h3>Frames</h3>
<p><frameset cols="25%,75%"><br />
<frame src="page1.htm"><br />
<frame src="page2.htm"><br />
</frameset></p>
<h3>Forms</h3>
<form action="http://www.example.com/test.asp" method="post/get">
<p><input type="text" name="lastname"
value="Nixon" size="30" maxlength="50"><br />
<input type="password"><br />
<input type="checkbox" checked="checked"><br />
<input type="radio" checked="checked"><br />
<input type="submit"><br />
<input type="reset"><br />
<input type="hidden"><br /><br />
<select><br />
<option>Apples<br />
<option selected>Bananas<br />
<option>Cherries<br />
</select></p>
<p><textarea name="Comment" rows="60"
cols="20"></textarea><br /><br />
</form></p>
<h3>Entities</h3>
&lt; is the same as <<br />
&gt; is the same as ><br />
&#169; is the same as ©
<h3>Other Elements</h3>
<p><!-- This is a comment --></p>
<p><blockquote><br />
Text quoted from some source.<br />
</blockquote></p>
<p><address><br />
Address 1<br><br />
Address 2<br><br />
City<br><br />
</address></p>
<p><b>Source : http://www.w3schools.com/html/html_quick.asp</b></p>
<hr />
<a href="html_colornames.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="html_layout.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 + -