Blogger Information
Blog 7
fans 0
comment 1
visits 3618
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月9日常用标签
天长地久的博客
Original
325 people have browsed it


实例

<!DOCTYPE html>
<lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <br>
    <p>11111111111111</p>
    <p>11<strong>333333</strong>111<b>3333</b>111111111</p>

    32yiuyfwehf<br/></br>
    iii00900u0<hr/>
    <del>dfsdfdsf</del>
    块状元素可以设置标签
    <h1>我是h1</h1>
    <h2>我是h1</h2>
    <h3>我是h1</h3>
    <h4>我是h1</h4>
    <h5>我是h1</h5>
    <h6>我是h1</h6>
   

    <sub>1</sub>
    <sup>2</sup>
    <i>424234</i>
    <details>fdsfuodsufous</details><!--详细信息-->
    <dialog>对话窗口</dialog>
    语义化标签
    <div></div>
    列表标签
    <h2>无序列表</h2>
    <ul>
      <li>fdsgew</li>
      <li>fddfsgew</li>
      <li>fddfsgew</li>
      <li>fddfsgew</li>
    </ul>
    <h2>有序列表</h2>
    <ol>
      <li>fdsgew</li>
      <li>fddfsgew</li>
      <li>fddfsgew</li>
      <li>fddfsgew</li>
    </ol>
    <dl>
      <dt>
        <img src="./img/1.jpg" alt="你好">
        <dd>名称:</dd>
        <dd>作者:</dd>
        <dd>内容:</dd>
        <dd>价格:</dd>
       <a href="http://www.baidu.com">百度</a>

       <a href="file:///c:\Users\Administrator\Desktop\0911\1.html">绝对路径找本地</a>
       <a href="./1.html">相对路径</a>
      </dt>
    </dl>
    <a href="http://baidu.com">
    <img src=".img/1.jpg" alt="失败">
    </a>
    <progress Value="50" min="1" max="100">进度条标签</progress>
 <meter value="50" min="1" max="100">定义范围内的度量一般用于密码</meter>
    <!---->
  </body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:更加推荐markdown
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
天长地久 2021-11-11 15:48:23
<ardio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.ogg" type="audio/ogg"> </audio> 多媒体
1 floor
Author's latest blog post