WEB开发网
开发学院网页设计心得技巧 html--心得1 阅读

html--心得1

 2012-05-25 10:12:01 来源:WEB开发网   
核心提示:example:(对比)A..<META http-equiv="refresh" content=“2;url=http://www.sina.com.cn">表示打开此页面2秒后自动跳转到新浪B..<META http-equiv="ref
example:(对比)
A..<META http-equiv="refresh" content=“2;url=http://www.sina.com.cn">
表示打开此页面2秒后自动跳转到新浪
B..<META http-equiv="refresh" content="3">
<base target="_blank"></base>
<base href="http://www.hao123.com/"></base>
7.设置页面边距:topmargin、leftmargin、
rightmargin、bottomnargin
设置显示内容与浏览器的距离
<body leftmargin= ” 像素 ” topmargin= ” 像素 ” >
8.添加注释<!-- -->
给代码添加注释语句时,可以放在HTML文件的任何地方,都不会在网页中被显示出来。
在HTML文件中,添加空格需要使用代码“ ;”控制,需要多少个空格就需要添加多少个“ ;”。
9. <b> … </b> 粗
<i> … </i> 斜
<s> … </s> 删
<u> … </u> 下划
<sub> … </sub> 下标 X<sub>2</sub>
<sup> … </sup> 上标 O<sup>2</sup>
<tt> … </tt> 电报
<code>…</code> 源代码
<samp>…</ samp >示例
<kdb>…</ kdb >键盘输入
<address> … </address> 地址 自动倾斜
<big> … </big> 大字
<del> … </del> 删除
<ins>...</ins> 修改
<samll> … </small> 小字
<strong> … </strong> 加强语气 ( 加粗 )
<em>...</em> 加强语气 ( 倾斜 )
默认斜体
cite。引文
dfn。定义
var。程序变量
缩写与缩略
abbr。缩写。
acronym。缩略。不变
内容
del。删除内容。默认删除线
ins。插入内容。默认下划线
q。引用。有效果
10.<bdo> 元素可覆盖默认的文本方向。

<bdo dir="rtl">
Here is some Hebrew text
</bdo>
属性dir: 值ltr rtl 定义文字的方向
11.特殊字符插入特殊符号 字符实体
大于号 (>) >
小于号 (<) <
引号 (“) "
空格  
元 ¥ ¥
? ®
? ©
& 号 &
12.属性名称 属性值 说明
size 0-7 字体大小
color 英文或十六 超过改值的无法表示用css来补充
face 字体 字体 最好不要用,防止别人没有该字体
例如:<font size=”7” color=”#ff6600” face=“楷体”>hello</font>
<P align="left">左对齐显示<P>
<P align="center">居中显示<P>
<P align="right">右对齐显示<P>
<p><blockquote cite="http://www.baidu.com">文字<blockquote><p>
13.属性 说明
width 设置水平线宽度,可以是像素也可以是百分比
size 设置水平线高度
noshade 。。。。。无阴影
color 。。。。。颜色
align 。。。。。居中对齐
向中对齐 <center> ( 被废弃的标签 )
。。。。。。
格式: <center> … </center> 

上一页  1 2 

Tags:html 心得

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接