- 1、本文档共4页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
HTML 4.01 快速参考.doc
来自 W3School 的 HTML 快速参考。可以打印它,以备日常使用。HTML Basic Document
html
head
titleDocument name goes here/title
/head
body
Visible text goes here
/body
/html
Text Elements
pThis is a paragraph/p
br (line break)
hr (horizontal rule)
preThis text is preformatted/pre
Logical Styles
emThis text is emphasized/em
strongThis text is strong/strong
codeThis is some computer code/code
Physical Styles
bThis text is bold/b
iThis text is italic/i
Links, Anchors, and Image Elements
a href=/This is a Link/a
a href=/img src=URL
alt=Alternate Text/a
a href=mailto:webmaster@Send e-mail/aA named anchor:
a name=tipsUseful Tips Section/a
a href=#tipsJump to the Useful Tips Section/a
Unordered list
ul
liFirst item/li
liNext item/li
/ul
Ordered list
ol
liFirst item/li
liNext item/li
/ol
Definition list
dl
dtFirst term/dt
ddDefinition/dd
dtNext term/dt
ddDefinition/dd
/dl
Tables
table border=1
tr
thsomeheader/th
thsomeheader/th
/tr
tr
tdsometext/td
tdsometext/td
/tr
/table
Frames
frameset cols=25%,75%
? frame src=page1.htm
? frame src=page2.htm
/frameset
Forms
form action=/test.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
optionApples
option selectedBananas
optionCherries
/select
textarea name=Comment rows=60
cols=20/textarea
/form
Entities
lt; is the same as
gt; is the same as
#169; is the same as ?
Other Elements
!-- This is a comment --
blockquote
Text quoted from some source.
/blockquote
address
Address 1br
Address 2br
Citybr
/address
Source : /html/html_quick.asp
您可能关注的文档
最近下载
- 超声回弹综合法计算表(带公式).xls VIP
- 2024-2030年儿童绘本行业市场发展分析及发展趋势前景预测报告.docx
- 年产24GW高效N型单晶TOPCon太阳能电池项目环境影响报告书.doc VIP
- Q-CR-9651-2017 客货共线铁路路基工程施工技术规程.pdf VIP
- GB8478-2020 铝合金门窗国家标准.pdf VIP
- GB15618-2018 土壤环境质量 农用地土壤污染风险管控标准.docx VIP
- 超声医学高级职称答辩.pptx
- 水利工程安全管理表格大全(表格齐全).doc
- 2022 输变电工程标准工艺(电缆工程分册).docx VIP
- 螺杆桩综合施工专题方案.docx VIP
文档评论(0)