HTML <header> 標(biāo)簽
2017-08-05 HTML header 標(biāo)簽 實例 對主頁的介紹: header h1Welcome to my homepage/h1pMy name is Donald Duck/p /header pThe rest of my home page.../p 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera Internet Explorer 9+, Firefox,
HTML <head> 標(biāo)簽
2017-08-05 HTML head 標(biāo)簽 實例 一個簡單的 HTML 文檔,帶有最基本的必需的元素: html head title文檔的標(biāo)題/title /head body 文檔的內(nèi)容... .../body/html 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有瀏
HTML <h1> 到 <h6> 標(biāo)簽
2017-08-05 HTML h1 到 h6 標(biāo)簽 實例 六個不同的 HTML 標(biāo)題: h1這是標(biāo)題 1/h1h2這是標(biāo)題 2/h2h3這是標(biāo)題 3/h3h4這是標(biāo)題 4/h4h5這是標(biāo)題 5/h5h6這是標(biāo)題 6/h6 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有
HTML <frameset> 標(biāo)簽
2017-08-05 HTML frameset 標(biāo)簽 實例 簡單的三框架頁面: html frameset cols=25%,50%,25% frame src=frame_a.htm / frame src=frame_b.htm / frame src=frame_c.htm / /frameset /html 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有
HTML <frame> 標(biāo)簽
2017-08-05 HTML frame 標(biāo)簽 實例 簡單的三框架頁面: htmlframeset cols=25%,50%,25% frame src=frame_a.htm / frame src=frame_b.htm / frame src=frame_c.htm / /frameset/html 親自試一試 瀏覽器支持 IE Firefox Chrome Safari Opera 所有瀏
HTML <form> 標(biāo)簽
2017-08-05 HTML form 標(biāo)簽 例子 form action=form_action.asp method=get pFirst name: input type=text name=fname //p pLast name: input type=text name=lname //p input type=submit value=Submit / /form 親自試一試 瀏覽器支持 IE Firefox Chrome S
HTML <footer> 標(biāo)簽
2017-08-05 HTML footer 標(biāo)簽 實例 文檔中的頁腳部分: 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ī)定文本的字體、字體尺寸、字體顏色。 實例 規(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)簽 實例 用作文檔中插圖的圖像: 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)簽 實例 用作文檔中插圖的圖像,帶有一個標(biāo)題:: figure figcaption黃浦江上的的盧浦大橋/figcaption img src=shanghai_lupu_bridge.jpg width=350 height=234 //figure 親自試一試 瀏覽器支持