html5 新增的頁面 元素

來源:互聯網
上載者:User

標籤:charset   for   hidden   document   font   value   get   com   span   

figure 和 figcaption元素
test.html
<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>test</title></head><body><form>    <figure>        <img src="海豚.png"  alt="海豚"></img>        <img src="火烈鳥.png"  alt="火烈鳥"></img>        <img src="鹿鹿.png"  alt="鹿鹿"></img>        <figcaption>動物</figcaption>    </figure></form></body></html>

圖片

                                 

效果:

 

 detail和summary元素

test.html

<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>test</title></head><body><script>    function detail_onclick(detail) {         var p=document.getElementById("p");         if(detail.open)  {               p.style.visibility=‘hidden‘;         }else {             p.style.visibility="visible";         }    }</script><details id="detail" onclick="detail_onclick(this)">    <summary>戰狼2</summary>    <p id="p" style="visibility:hidden ">吳京自導自演的電影,是一部紅遍全國的動作片,廣受國人的好評,央視多次報道</p></details></body></html>

效果:

 

 mark元素

test.html

 

<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>test</title></head><body><p>這是用來測試<mark>mark</mark>元素的例子</p></body></html>

 

效果:

    

 

 meter

test.html

<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>test</title></head><body><meter  value="45"  min="0"  max="100"  low="10" high="90" optimum="60"> </meter></body></html>
效果:


2017-09-03 12:18:15
 

html5 新增的頁面 元素

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.