56音乐网 - 22娱乐网 - 1905电影网 - 电视剧网
连连看小游戏大全 - 中国地图卫星地图 - 卢俊义

Google 提供的广告

HTML 4.01 快速参考

HTML 基础结构

<html>
<head>
<title>文档的名字放在这里</title>
</head>
<body>
此处可见文本
</body>
</html>

 

HTML 文本元素

<p>这是一个段落</p>
<br> (换行符)
<hr> (水平线)
<pre>这是预格式化文本</pre>

 

HTML 逻辑风格

<em>This text is emphasized</em>
<strong>This text is strong</strong>
<code>This is some computer code</code>Physical Styles
<b>This text is bold</b>
<i>This text is italic</i>

 

HTML 链接,锚和图像元素

代码
<a href="http://www.abc.com/default.asp">This is a Link</a>
<a href="http://www.abc.com/default.asp"><img src="URL" alt="Alternate Text"></a>
<a href="mailto:webmaster@example.com">Send e-mail</a>A named anchor:
<a name="tips">Useful Tips Section</a>
<a href="#tips">Jump to the Useful Tips Section</a>

 

HTML 无序列表

<ul>
<li>First item</li>
<li>Next item</li>
</ul>

HTML 有序列表

<ol>
<li>First item</li>
<li>Next item</li>
</ol>

HTML 定义列表

<dl>
<dt>First term</dt>
<dd>Definition</dd>
<dt>Next term</dt>
<dd>Definition</dd>
</dl>

 

HTML 表格

<table border="1">
<tr>
<th>someheader</th>
<th>someheader</th>
</tr>
<tr>
<td>sometext</td>
<td>sometext</td>
</tr>
</table>

 

HTML 框架

<frameset cols="25%,75%">
<frame src="page1.htm">
<frame src="page2.htm">
</frameset>

 

HTML 表单

代码
<form action="http://www.abc.com/default.asp" method="post/get">
<input type="text" name="lastname"
value
="Nixon" size="30" maxlength="50">
<input type="password">
<input type="checkbox" checked="checked">
<input type="radio" checked="checked">
<input type="submit">
<input type="reset">
<input type="hidden">
<select>
<option>Apples
<option selected>Bananas
<option>Cherries
</select>
<textarea name="Comment" rows="60" cols="20"></textarea>
</form>

 

HTML 实体

&lt; 显示为 <
&gt
; 显示为 >
&#169; 显示为 ©

 

HTML 其它元素

<!-- 这是一个注释 -->
<blockquote>
文本引用了一些来源。
</blockquote>
<address>
Address 1
<br>
Address 2
<br>
City
<br>
</address>

 

posted @ 2010-05-07 11:12  前端  阅读(462)  评论(0编辑  收藏  举报
天梯图 世界地图 google谷歌地图 电视直播 数字大写