HTML <footer> 標(biāo)簽
2017-08-05 HTML footer 標(biāo)簽 實(shí)例 文檔中的頁腳部分: footer pPosted by: W3School/p pContact information: a href=mailto:someone@example.comsomeone@example.com/a./p/footer 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera Intern
HTML <font> 標(biāo)簽
2017-08-05 HTML font 標(biāo)簽 定義和用法 font 規(guī)定文本的字體、字體尺寸、字體顏色。 實(shí)例 規(guī)定文本字體、大小和顏色: font size=3 color=red This is some text! /font font size=2 color=blue This is some text! /font font
HTML <figure> 標(biāo)簽
2017-08-05 HTML figure 標(biāo)簽 實(shí)例 用作文檔中插圖的圖像: figure p黃浦江上的的盧浦大橋/p img src=shanghai_lupu_bridge.jpg width=350 height=234 //figure 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera Internet Expl
HTML <figcaption> 標(biāo)簽
2017-08-05 HTML figcaption 標(biāo)簽 實(shí)例 用作文檔中插圖的圖像,帶有一個(gè)標(biāo)題:: figure figcaption黃浦江上的的盧浦大橋/figcaption img src=shanghai_lupu_bridge.jpg width=350 height=234 //figure 親自試一試 瀏覽器支持
HTML <fieldset> 標(biāo)簽
2017-08-05 HTML fieldset 標(biāo)簽 實(shí)例 組合表單中的相關(guān)元素: form fieldset legendhealth information/legend height: input type=text / weight: input type=text / /fieldset /form 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所
HTML <embed> 標(biāo)簽
2017-08-05 HTML embed 標(biāo)簽 定義和用法 embed 標(biāo)簽定義嵌入的內(nèi)容,比如插件。 實(shí)例 embed src=helloworld.swf / 親自試一試 HTML 4.01 與 HTML 5 之間的差異 embed 標(biāo)簽是 HTML 5 中的新標(biāo)簽。 屬性 new : HTML5 中的新
HTML <dt> 標(biāo)簽
2017-08-05 HTML dt 標(biāo)簽 實(shí)例 dl dt計(jì)算機(jī)/dt dd用來計(jì)算的儀器 ... .../dd dt顯示器/dt dd以視覺方式顯示信息的裝置 ... .../dd/dl 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有瀏覽器都支持 dt 標(biāo)簽。
HTML <dl> 標(biāo)簽
2017-08-05 HTML dl 標(biāo)簽 實(shí)例 dl dt計(jì)算機(jī)/dt dd用來計(jì)算的儀器 ... .../dd dt顯示器/dt dd以視覺方式顯示信息的裝置 ... .../dd /dl 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有瀏覽器都支持 dl 標(biāo)簽。
HTML <dialog> 標(biāo)簽
2017-08-05 HTML dialog 標(biāo)簽 實(shí)例 使用 dialog 元素: table border=1tr th一月 dialog open這是打開的對(duì)話窗口/dialog/th th二月/th th三月/th/trtr td31/td td28/td td31/td/tr/table 親自試一試 瀏覽器支持 IE Firefox Chrome Saf
HTML <div> 標(biāo)簽
2017-08-05 HTML div 標(biāo)簽 實(shí)例 文檔中的一個(gè)部分會(huì)顯示為綠色: div style=color:#00FF00 h3This is a header/h3 pThis is a paragraph./p /div 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有主流瀏覽器都支持 di