\ | 功能 | 唯一 |
---|---|---|
<nav> |
導覽區塊 | 是 |
<main> |
主要內容 | 是 |
<aside> |
次要內容 | 是 |
<header> |
頁面 或 seciton 頭部 | 否 |
<section> |
自訂區塊 | 否 |
<footer> |
頁面 或 section 尾部 | 否 |
<article> |
文章 | 否 |
<p> |
文章段落 | 否 |
<blockquote> |
引用 | 否 |
<address> |
各種聯絡訊息 | 否 |
\ | 功能 |
---|---|
<code> |
程式碼 |
<time> |
時間或時間區間 |
<article>
<header>
<h1>Why you should buy more cheeses than you currently do</h1>
</header>
<section>
<header>
<h2>Part 1: Variety is spicy</h2>
</header>
</section>
</article>
<address>
<a href="mailto:">mail</a><br>
<a href="tel:+">phone</a>
</address>
<picture>
<img src="picture.png" alt="picture">
<source media="(max-width:1000px)" srcset="picture-lg.png">
<source media="(max-width:600px)" srcset="picture-mid.png">
<source media="(max-width:400px)" srcset="picture-sm.png">
</picture>
有趣的 No-Class CSS Frameworks
只要寫語意化的標籤就可以有基本的樣式。
HTML elements reference
Writing Semantic HTML
Semantic HTML And Why Does it Matter
Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs
Why, How, and When to Use Semantic HTML and ARIA
Stop using so many divs! An intro to semantic HTML
HTML can do that?
鐵人賽寫到這裡有點為寫而寫的感覺了,如果之後連續 2 天都這樣,就先中斷鐵人賽,照樣寫滿 30 篇。