6.HTML6

. B:粗体 被Strong淘汰

font-weight:bold;

font-style:italic;

font-size: 2em;

font-family: 字体-

color: 文字的颜色

2. u; del; strike有线

text-decoration: underline; none; line-through

    1<span>2</span>3
    <b>4</b>5<strong>6</strong>6
    <em>8</em>9
    <u>10</u>11
    <del>12</del>
    <strike>13</strike>
    <i>14</i>
    X<sup>2</sup>
    X<sub>2</sub>
    <img src="/imgs/images03.jpg" usemap="#a1" />
    <map name="a1">
        <area shape="circle" coords="41,28, 20" href="../lesson1/test1.html" />
    </map>


3 HTML5:

语义性标签:块

header: 头

main: 主体

footer:脚

aside: 侧边

article: 章

section:节

nav: 导航

6.2> details>summary

标题和详细

    <details>
        <summary>郑爽离婚</summary>
        假新闻
    </details>
posted @ 2021-05-16 11:44  剑心空明  阅读(0)  评论(0编辑  收藏  举报  来源