关耳er  
<!DOCTYPE html>        <!--声明HTML文档-->
<html>
<head>
    <title>我的网页</title>
</head>
<body>
        我的第一个网页!!
        <!--标题标签-->
    <h1>2018年10月25日11:08:34</h1>
    <h2>2018年10月25日11:08:51</h2>
        <!--换行标签-->
    2018年10月25日11:09:01<br/>
    2018年10月25日11:09:18
        <!--段落标签-->
    <p>2018年10月25日11:09:31</p>
       <!--特殊标签    空格  大于号  小于号  双引号  版权号-->
    2018年&nbsp;10月25&quot;&quot;11:29:21<br/>
        <!--锚链接-->
    <a href="#ai">跳跳跳转到目标一!</a>  <br/>
        <!--添加图片-->
    <img src="图片路径" alt="图片损坏" title="鼠标悬停时所提示的文字" width="250px" height="250px"/>
        <!--超链接-->
    <a href="链接路径">跳转</a>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
        <p>2018年10月25日11:09:31</p>
    <a name="ai">目标一</a>
</body>
</html>

※ <head>标签里有个属性lang="en"  即<head lang="en">  表示本页面是英文的,根据版本不同系统自动表示

※<meta charset="UTF-8"> 表示国际通用字符编码

<meta>标签默认是 ISO-885901  表示纯英文页面

posted on 2018-10-25 19:23  关耳er  阅读(221)  评论(0编辑  收藏  举报