Blogger Information
Blog 39
fans 2
comment 2
visits 50454
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML5中一些常用标签类-2018年8月9号
fighting的博客
Original
568 people have browsed it
   在前端开发过程中,熟练使用HTML标签是一个程序猿该有的职业素养,必须做到信手拈来的程度。以下是我看灭绝师太HTML5的前俩章的一些学习心得:
实例
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <!--这里可以放一些js之类的-->
    <title>html常用的标签</title>
</head>
<body>
<!--想要编译的代码-->
<b>定义粗体文本</b><!--该标签作用于粗体文本,不要老是用<h><h/>标签-->
    <br>
    <big>定义大号文本</big>
    <br>
    <small>定义小号文本</small>
    <br>
    <em>定义着重表达文本</em>
    <br>
    <i>定义的是斜体文本</i>
    <br>
    <strong>定义的是加重语气</strong>
    <br>
    sub元素
    <sub>定义下标文本<sub/>
        <br>
        sup
        <sup>定义上标文本</sup>
        <br>
        <ins>定义插入文本</ins>
        <br>
        <del>定义删除文本</del>
        <pre>定义
   的是    预格式文本</pre><!--//该标签可以保留空格换行-->
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例
以下是运行图片:
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
0 comments
Author's latest blog post