5.24基础标签

2017-05-24  本文已影响0人  Jackson_yee_

注意点:

HTML注释(Annotation)

<!--被注释的内容-->
<!--<!--被注释的内容-->-->

img标签(image)

![](图片路径)
Paste_Image.png

br标签(Break)

<br/>

相对路径和绝对路径

![](C:\作业\code\user/1.png)
 ![](images/1.png)

a标签(anchor)

 <a href="http://www.baidu.com">百度</a>
Paste_Image.png
<base target="_blank" />

a标签其它用法

<a href="#location">跳转到指定位置</a>
<p id="location">这个是目标</p>

格式:

<a href="01-锚点链接.html#location">跳转到指定位置</a>

只需要在01-锚点链接.html页面添加一个id位置即可

列表标签

无序列表(unordered list)

Paste_Image.png

li 英文是 list item, 翻译为列表项

Paste_Image.png
上一篇 下一篇

猜你喜欢

热点阅读