国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > HTML5 > 正文

自定義html標(biāo)記替換html5新增元素

2024-09-05 07:11:28
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

在html 5增加了新元素header、footer,測(cè)試過(guò)發(fā)現(xiàn)ie不能解析html 5新增的元素。
代碼如下:<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>無(wú)標(biāo)題文檔</title>
<style type="text/css">
<!--
*{
margin:0;
padding:0;
}
header{
background:#090;
font-weight:bold;
position:absolute;
top:10px;
}
footer{
background:#f90;
font-weight:bold;
position:absolute;
bottom:10px;
}
-->
</style>
</head>
<body>
<header>這里是頂部</header>
<footer>這里是尾部</footer>
</div>
</body>
</html>

用自定義標(biāo)簽可以解決瀏覽器兼容的問(wèn)題
代碼如下:
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns:layout>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>自定義html標(biāo)簽</title>
<style type="text/css">
<!--
*{
margin:0;
padding:0;
}
layout/:header{
background:#090;
font-weight:bold;
position:absolute;
top:10px;
}
layout/:footer{
background:#f90;
font-weight:bold;
position:absolute;
bottom:10px;
}
-->
</style>
</head>
<body>
<layout:header>這里是頂部</layout:header>
<layout:footer>這里是尾部</layout:footer>
</body>
</html>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 房产| 龙里县| 浦县| 通道| 桦川县| 岳阳市| 甘南县| 铜梁县| 湟源县| 高青县| 昌乐县| 新营市| 宽甸| 盐津县| 广安市| 丽江市| 六安市| 伽师县| 黄冈市| 乐清市| 曲麻莱县| 潮州市| 通化县| 商河县| 江达县| 南康市| 大埔区| 根河市| 兴城市| 东安县| 万盛区| 纳雍县| 天台县| 县级市| 西吉县| 分宜县| 宁城县| 舒城县| 营口市| 江都市| 新密市|