IT入门 > 教程 > HTML >

  • HTML <script> 标签

    日期:2022-10-10 18:27:28 点击:3267 好评:2

    实例 通过 JavaScript 输出 "Hello world": scriptdocument.write("Hello World!")/script 尝试一下 » 浏览器支持 所有主流浏览器都支持 script 标签。 标签定义及使用说明 script 标签用于定义客户端脚本,...

  • HTML <style> 标签

    日期:2022-10-10 18:27:28 点击:6883 好评:2

    实例 在 HTML 文档中使用 style 元素: !DOCTYPE htmlhtmlheadmeta charset="utf-8" title嘀嗒教程(dida100.com)/titlestyle type="text/css"h1 {color:red;}p {color:blue;}/style/head bodyh1这是一个标题/h1p这是一个段落。/p...

  • HTML <img> 标签

    日期:2022-10-10 18:27:28 点击:867 好评:2

    实例 如何插入图像: img src="smiley-2.gif" alt="Smiley face" width="42" height="42" 尝试一下 » (更多实例见页面底部) 浏览器支持 所有主流浏览器都支持 img 标签。 标签定义及使用说明 img 标签...

  • HTML <map> 标签

    日期:2022-10-10 18:27:28 点击:947 好评:2

    实例 带有可点击区域的图像映射: img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" map name="planetmap" area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" area shape="circle" coords="...

  • HTML <area> 标签

    日期:2022-10-10 18:27:28 点击:1267 好评:2

    实例 带有可点击区域的图像映射: img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" map name="planetmap" area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.htm" area shape="circle" coords="...

  • HTML <table> 标签

    日期:2022-10-10 18:27:28 点击:4008 好评:2

    实例 一个简单的 HTML 表格,包含两列两行: table border="1" tr thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr tr tdFebruary/td td$80/td /tr/table 尝试一下 » (更多实例见页面底部) 浏览器支持 所...

  • HTML <th> 标签

    日期:2022-10-10 18:27:28 点击:9235 好评:2

    实例 一个简单的 HTML 表格,带有两个表头单元格和两个数据单元格: table border="1" tr thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr /table 尝试一下 » (更多实例见页面底部) 浏览器支持...

  • HTML <tr> 标签

    日期:2022-10-10 18:27:28 点击:5503 好评:2

    实例 一个简单的 HTML 表格,包含两列两行: table border="1" tr thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr /table 尝试一下 » (更多实例见页面底部) 浏览器支持 所有主流浏览器都支持...

  • HTML <td> 标签

    日期:2022-10-10 18:27:28 点击:5684 好评:2

    实例 一个简单的 HTML 表格,带有两个单元格: table border="1" tr tdCell A/td tdCell B/td /tr/table 尝试一下 » (更多实例见页面底部) 浏览器支持 所有主流浏览器都支持 td 标签。 标签定义及使...

  • HTML <caption> 标签

    日期:2022-10-10 18:27:28 点击:8557 好评:2

    实例 带有标题的表格: table border="1" captionMonthly savings/caption tr thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr/table 尝试一下 » 浏览器支持 所有主流浏览器都支持 caption 标签。 标签定义及...

广告位API接口通信错误,查看德得广告获取帮助