html基础进阶

样式属性:

title1

pagraph1

 

格式化:

1、文本格式化,在一个html中对文本进行格式化

--- bold 

--- strong

--- big

--- emphasized

--- italic

--- small 

--- sub bottom, sample : this is contain superscript

--- sub top, sample : this is contain superscript

2、预格式化,使用 pre 标签对空行和空行格式化

sample:

保留           空格


和空行

for(int i=0;i<4;i++){

printf("%d",i);

}

<.pre>

3、“计算机输出”标签

sample:


computer code --- 不保留多余的空行和折行

keyboard input

sample text

computer variable

注释:这是用于显示计算机/编写代码。

4、地址

writed by Brant.Fei

visist us at:

example.com

89902,at WUXI,jiangsu

CHINA

5、缩写和首字母缩写

etc. --- abbreviation

www

在某些浏览器中,当您把鼠标移至缩略词语上时,title 可用于展示表达的完整版本。

仅对于 IE 5 中的 acronym 元素有效。

对于 Netscape 6.2 中的 abbr 和 acronym 元素都有效。

6、文字方向

hello --- bi-directional override (bdo)

7、块引用

--- 长引用,游览器插入行和外边距

--- 短引用,无特殊效果 包围引号

8、删除字和插入字效果

1112

--- 引用,引证 著作的标题

 --- 定义一个项目

你可能感兴趣的:(html基础进阶)