HTML5 에 새로운 태그 4가지
New elements in HTML 5
HTML 5에 새로운 태그 4 가지가 있다.
<mark>
<time>
<meter>
<progress>
HTML 5에 새로운 태그 4 가지가 있다.
<mark>
<time>
<meter>
<progress>
<mark>
The Great <m>Egret</m> (also known as the
American <m>Egret</m>) is a large white wading bird found worldwide.
The Great <m>Egret</m> flies with slow wing beats. The
scientific name of the Great <m>Egret</m> is <i>Casmerodius
albus</i>.
American <m>Egret</m>) is a large white wading bird found worldwide.
The Great <m>Egret</m> flies with slow wing beats. The
scientific name of the Great <m>Egret</m> is <i>Casmerodius
albus</i>.
<time>
<p>I am writing this example at
<time>5:35 P.M. on April 23rd</time>.
</p>
<time>5:35 P.M. on April 23rd</time>.
</p>
<p>I am writing this example at
<time datetime="2007-04-23T17:35:00-05:00">5:35 P.M. on April 23rd</time>.
</p>
<time datetime="2007-04-23T17:35:00-05:00">5:35 P.M. on April 23rd</time>.
</p>
<meter>
<p>An entry level programmer in Silicon Valley
can expect to start around <meter>$90,000</meter> per year.
</p>
can expect to start around <meter>$90,000</meter> per year.
</p>
value
min
low
high
max
optimum
<p>Your score was
<meter value="88.7" min="0" max="100" low="65" high="96" optimum="100">B+</meter>.
</p>
<meter value="88.7" min="0" max="100" low="65" high="96" optimum="100">B+</meter>.
</p>
<progress>
<p>Downloaded:
<progress value="1534602" max="4603807">33%</progress>
</p>
<progress value="1534602" max="4603807">33%</progress>
</p>
아래 사이트를 참고 하였습니다.
http://www.ibm.com/developerworks/library/x-html5/
'' 카테고리의 다른 글
HTML5 동영상 재생 (0) | 2012.01.14 |
---|---|
HTML5 개발툴 소개 (0) | 2012.01.11 |
HTML5 컨버스의 기초 (0) | 2012.01.09 |
HTML5 프로그래밍의 기초 (0) | 2012.01.07 |
HTML5의 새로운기능 (1) | 2012.01.05 |
HTML5 에 새로운 태그 4가지 (0) | 2011.10.29 |
댓글을 달아 주세요