2014年10月完成
新標準
最新
最潮
最屌
參考前一頁範例,做出符合HTML5語意的網頁
Demo
This is a <mark>mark</mark>.
This is a mark.
<dialog open>這是個對話視窗</dialog>
<details>
<summary>這是摘要</summary>
<p>這裡是詳細內容</p>
</details>
這是摘要
這裡是詳細內容
<dailog open>
<details>
<summary><mark>//柱姐很重要</mark></summary>
<p>城市不能沒有柱姐</p>
</details>
</dailog>
參考以上範例,在網頁中使用HTML5標籤
Demo
<tagname attributename="value"></tagname>
<tagname attributename="value"></tagname>
<tagname attributename></tagname>
<tagname attribute1="value" attribute2 attribute3="value"></tagname>
<head>
<meta name="keywords" content="HTML5,meta,meta-data">
<meta name="author" content="ntnucic">
<meta name="descrption" content="A slide that introduce HTML5 meta tag.">
...
參考以上範例,在網頁中加上參考資訊
<a href="http://ntnucic.github.io/104/">NTNUCIC104社課</a>
<nav>
<a href="http://ntnucic.github.io/104/">NTNUCIC104社課</a>
<a href="../../index.html">NTNUCIC104社課</a>
<a href="../20150930-Intro/index.html">HTML簡介</a>
<a href="./index.html">HTML5</a>
<a href="index.html">HTML5</a>
</nav>
參考以上範例,在網頁中使用超連結
Demo
<a href="http://ntnucic.github.io/104/" target="_blank">NTNUCIC104社課</a>
<nav>
<a href="http://ntnucic.github.io/104/">NTNUCIC104社課</a>
<a href="http://ntnucic.github.io/104/" target="_self">NTNUCIC104社課</a>
<a href="http://ntnucic.github.io/104/" target="_blank">NTNUCIC104社課</a>
</nav>
參考以上範例,在超連結上設定開啟目標
Demo
<a href="http://ntnucic.github.io/104/" download>NTNUCIC104社課</a>
<nav>
<a href="../../index.html">NTNUCIC104社課</a>
<a href="index.zip">NTNUCIC104社課</a>
<a href="../../index.html" download>NTNUCIC104社課</a>
<a href="../../index.html" download="123.html">NTNUCIC104社課</a>
</nav>
參考以上範例,設定下載檔案的超連結
Demo
<h1 id="title">Anchor</h1>
...
<a href="#title">跳到標題</a>
<h1 id="title">Anchor</h1>
...
<a href="#title">To Title</a>
<a href="#footer">To Footer</a>
<a href="anchor.html#footer" target="_blank">To Another Page's Footer</a>
...
<footer id="footer">footer</footer>
參考以上範例,在網頁中使用錨點
Demo
<img src="image1.jpg" alt="A Image" width="304" height="228">
<img src="HTML5.png" alt="HTML5 Logo">
參考以上範例,在網頁中插入圖片
Demo
<figure>
<img src="HTML5.png" alt="HTML5 Logo">
<figcaption>Fig1. - A HTML5 Logo</figcaption>
</figure>
<figure>
<img src="HTML5.png" alt="HTML5 Logo">
<figcaption>Fig1. - A HTML5 Logo</figcaption>
</figure>
參考以上範例,將圖片改為一組插圖
Demo
<a href="../../index.html">
<img src="HTML5.png">
</a>
<a href="../../index.html">
<img src="HTML5.png">
</a>
參考以上範例,將圖片作為超連結
Demo
<audio src="audioExample.mp3" controls autoplay loop>Not Support!</audio>
<audio src="audioExample.mp3" controls autoplay loop>Not Support!</audio>
參考以上範例,在網頁中插入音訊
Demo
<video src="Wildlife.mp4" controls muted poster="HTML5.png"></video>
<video src="Wildlife.mp4" controls poster="HTML5.png"></video>
參考以上範例,在網頁中插入視訊
Demo
<video controls poster="HTML5.png">
<source src="Wildlife1.mp4">
<source src="Wildlife.mp4">
<source src="Wildlife2.mp4">
Not Support!
</video>
<video controls poster="HTML5.png">
<source src="Wildlife1.mp4">
<source src="Wildlife.mp4">
<source src="Wildlife2.mp4">
Not Support!
</video>
參考以上範例,使用source指定video或audio的來源
Demo建立一個個人網頁,並符合以下條件:
作業或任何問題可mail至ryans610@gmail.com
或是於FB社團發文