HTML5(2)--創建文檔

構建主題內容

標識文章

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>新聞</title>

</head>
<body>
<article>
    <header>
        <h1>谷歌董事長建議:每天把手機電腦關機1小時</h1>
        <time pubdate='pubdate'>2012年05月21日 09:04</time>
    </header>
    <p>新浪科技訊:北京時間5月21日早間消息,谷歌(微博)執行董事長埃裏克》施密特週日在的波士頓大學發表演講時表示,大學生應當目光從智能手機合電腦屏幕上移開</p>
    <footer>
        <p>http://www.sina.com.cn</p>
    </footer>
</article>
<section>
    <h2>評論</h2>
    <article>
        <header>
            <h3>張三</h3>
            <p>
                <time pubdate datetime="2012-6-1 19:10-8:00">一小時前</time>
            </p>
        </header>
        <p>OK</p>
    </article>
    <article>
        <header>
            <h3>李四</h3>
            <p>
                <time pubdate datetime="2012-6-2 19:10-8:00">一小時前</time>
            </p>
        </header>
        <p>Well</p>
    </article>
</section>
</body>
</html>

在這裏插入圖片描述

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body> 
    <article>
        <h1>使用插件</h1>
        <object>
            <param name="allowFullScreen" value="true">
            <embed src="#" width="600" height="395"></embed>
        </object>
    </article>
</body>
</html>

在這裏插入圖片描述

給內容分段















發佈了59 篇原創文章 · 獲贊 12 · 訪問量 9652
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章