HTML5基础代码

设置标签页logo

1
<link rel="icon" href="images/log.png"/>

设置背景图片

1
<body background="images/BG3.jpg">

设置段落格式

1
<p style="font-family:arial;color:black;font-size:35px;text-align:center;">

设置图片超链接

1
2
3
4
1.当前页面打开
<a href="https://***.com/"><img border="0" src="images/download.png" alt="Download" width="30" height="30">下载</a>
2.新页面打开
<a href="https://***.com/" target="_black"><img border="0" src="images/download.png" alt="Download" width="30" height="30">下载</a>

空格

1
&nbsp

画横线

1
2
3
4
5
6
1.虚线(dashed)
<hr style="height:10px;border:none;border-top:10px dashed black;" />
2.实线(solid)
<hr style="height:10px;border:none;border-top:10px solid black;" />
3.双实线(上颜色:black;下颜色:blue)
<hr style="height:10px;border:none;border-top:10px black blue;" />

正文图片

1
<div align="center" style="background-color:honeydew"><img src="images/f001.jpg" style="width:100%;"/></div>

© 2018 TinTin All Rights Reserved. 本站访客数人次 本站总访问量
主题: hiero