首页 > 作文

自定义html标记替换html5新增元素

更新时间:2023-04-03 07:56:42 阅读: 评论:0

在html 5增加了新元素header、footer,测试过发现ie不能解析html 5新增的元素。

代码如下:
<!doctype ht语文答题ml 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; chart=gb2312" />面具歌词
<title>无标题文档</title>
<style type="text/css">
<!--
*{
margin:0;
padding:0;
}
header{
background:#090;
font-weight:bold;
position:absolute;
top:10px;
}
footer{
backgr小学生近视的原因ound:#f90;
font-weight:bold;
position:absolute;
bottom:10px;
}
-->
</style>
</head>
<body>
<header>这里是顶部</header>
<footer>这里是尾部</footer>
</div>
</body>
</html>


用自定义标签可以解决浏览器兼容的问题

代码如下:


&动力臂和阻力臂lt;!doctype html public "-//w3c//dtd xhtml 1.0 transition安格拉al//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns:layout>
<head>
<meta http-equiv="content-type" content="text/html; chart=gb2312" />
<title>自定义html标签</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>

本文发布于:2023-04-03 07:56:40,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/78d4ec2f6a7591a34cad67dcb283fe8d.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:自定义html标记替换html5新增元素.doc

本文 PDF 下载地址:自定义html标记替换html5新增元素.pdf

标签:自定义   尾部   力臂   标签
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图