当前位置:首页文章首页 IT学院 IT技术

提供给大家一些常用的HTML代码

作者:  来源:  发布时间:2011-5-26 10:02:46  点击:
本文章提供给大家在网页设计中常会用到的一些HTML代码,每个代码后都有说明,希望对刚接触网页设计的朋友们能有帮助。
<! - - … - -> 批注
<!>
跑马灯

<marquee>…</marquee>
普通卷动

<marquee behavior=slide>…</marquee>

<marquee behavior=scroll>…</marquee>
预设卷动

<marquee behavior=alternate>…</marquee>
来回卷动

<marquee direction=down>…</marquee>
向下卷动

<marquee direction=up>…</marquee>
向上卷

<marquee direction=right></marquee>
向右卷动

<marquee direction=left></marquee>
向左卷动

<marquee loop=2>…</marquee>
卷动次数

<marquee width=180>…</marquee>
设定宽

<marquee height=30>…</marquee>
设定高度

<marquee bgcolor=FF0000>…</marquee>
设定背景颜色

<marquee scrollamount=30>…</marquee>
设定卷动距离

<marquee scrolldelay=300>…</marquee>
设定卷动时间

<!>
字体效

<h1>…</h1>
标题字(最大
)
<h6>…</h6>
标题字(最小
)
<b>…</b>
粗体字

<strong>…</strong>
粗体字(强调
)
<I>…</I>
斜体字

<em>…</em>
斜体字(强调
)
<dfn>…</dfn>
斜体字表示定义
)
<u>…</u>
底线

<ins>…</ins>
底线(表示插入文字
)
<strike>…</strike>
横线

<s>…</s>
删除线

<del>…</del>
删除线(表示删除
)
<kbd>…</kbd>
键盘文字
nbsp;
<tt>…</tt>
打字体

<xmp>…</xmp>
固定宽度字体(在文件中空白、换行、定位功能有效
)
<plaintext>…</plaintext>
固定宽度字体(不执行标记符号
)
<listing>…</listing>
固定宽度小字体

<font color=00ff00>…</font>
字体颜色

<font size=1>…</font>
最小字体

<font style =font-size:100 px>…</font>
无限增大

<!>
区断标记

<hr>
水平线

<hr size=9>
水平线(设定大小
)
<hr width=80%>
水平线(设定宽度
)
<hr color=ff0000>
水平线(设定颜色
)

(
换行
)
<nobr>…</nobr>
水域(不换行
)
<p>…</p>
水域(段落
)
<center>…</center>
置中

<!
首页 上一页 [1] [2] [3] [4]  下一页 尾页

文章评论

软件按字母排列: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z