欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

代码如下:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

<!--doctype指定文档类型htm-->

<!doctype html>

<html>

<header>

<!--设置字符集 utf-8-->

<meta charset="utf-8">

<style>

<!--这里写你的css代码-->

</style>

<script>

//这里写你的js代码

</script>

</header>

<body>

<!--这里bof体内容-->

</body>

</html>

接下来介绍html标签

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

<br/> 换行标签

  //不换行

  <nobr>

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

</nobr>

  //居中样式

<center>

<p>saddddddddddddddddddddddddddddddddd</p>

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

<img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">

</center>








本文转载自励志网



如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h57921.shtml