1 / 9
文档名称:

html文件大致结构HTMLfilegeneralstructure.doc

格式:doc   大小:84KB   页数:9页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

html文件大致结构HTMLfilegeneralstructure.doc

上传人:小健 2022/5/20 文件大小:84 KB

下载得到文件列表

html文件大致结构HTMLfilegeneralstructure.doc

相关文档

文档介绍

文档介绍:html 文件大致结构(HTML file general structure)
HTML file general structure:
The HTML file is a plain text file, and we can oixteen hexadecimal value
Text tag
<pre></pre> creates pre formatted text
<hl></hl> creates the largest title
<h6X/h6> creates the smallest title
<b></b> creates boldface
<i></i> creates italic characters
<tt></tt> creates a typewriter style font <cite></cite> creates a reference, usually Italic
"〈em>〈/em>" adds a word (usually italic and boldface)
"〈strong>〈/strong>" adds a word (usually italic and boldface)
<font size= ></font> sets the font size from 1 to 7
<font color=? ></font> sets the font color, using a name or sixteen hexadecimal value
Link
<a href= "URL" ></a> creates a hyperlink
<a href= "maiIto:EMAIL" >
</a> creates a link to automatically send e-mail
<a name= "NAME” ></a> creates a target location inside the document
<a href= "#NAME" ></a> creates a link to the target located inside the document
Format composition
<p> creates a new paragraph
<p align= > > align the paragraph by left, center, and right <br> inserts a carriage return line character
<blockquote> </blockquote> indent text from both sides
<dl></dl> creates a list of definitions
<dt> is placed before each defined term word
<dd> is placed before each definition
<ol></ol> creates a list with numbers
<li> puts the number before each list item and adds a number
<ul