Webの意味化について
2792 ワード
# web
##web
HTML5 , header footer nav article ,DIV , 。 , DIV , , , 。 ,F12 , , , 。
wiki ,[ ](http://zh.wikipedia.org/wiki/%E8%AF%AD%E4%B9%89%E5%8C%96) , html , 、 ; , ; , , 、 。
, HTML , p , footer , DIV。
## web
wiki 。
1.
2.
3. , 、
##
, word , , , 。 word , , , 。
HTML , 。 , 。
* h1~h6
`h1`, 。 , `h2` `h3`, h4
* p
`p` , p , , CSS
* ul,ol,li (Unordered list,Ordered list,List item)
`li` `ul` `ol` , , , , , 。
* dl,dt,dd (description list,description list term,description list description)
, `dl` ,`dt` ,`dd`
<dl>
<dt> </dt>
<dd> </dd>
<dd> </dd>
<dd> </dd>
<dt> </dt>
<dd> </dd>
<dd> </dd>
<dd> </dd>
</dl>
:
![dl,dt,dd ](http://images.cnitblog.com/i/84053/201403/072104257062650.jpg)
* em,strong
markdown ,
* em* ** strong**
* header,nav,article,section,aside,footer
,
![ ](http://images.cnitblog.com/i/84053/201403/072109412842073.jpg)
* th,tbody
, 。 。
* address
, ,
<address>
Written by p2227<br />
contact me : kuangqiyi(At)gmail.com <br />
Address: searching the next bussiness address<br />
</address>
* dfn,code,samp,kbd,var,cite
em 、strong ,
| | |
| -------- | :----- |
| `em` | 。 |
| `strong` | 。 |
| `dfn` | 。 |
| `code` | 。 |
| `samp` | 。 |
| `kbd` | 。 。 。 |
| `var` | 。 <pre> <code> 。 |
| `cite` | 。 , 。 |
, 。
, , 。
##
http://zh.wikipedia.org/wiki/%E8%AF%AD%E4%B9%89%E5%8C%96
http://www.html5jscss.com/?p=30
http://www.w3school.com.cn/html5/tag_phrase_elements.asp