ความคิดเห็น: HTML5 เข้ากันได้กับรหัสการใช้งานโครงสร้าง IE6 เพื่อนที่ต้องการมันสามารถอ้างถึงมันได้
document.createElement ('header');
Document.createElement ('NAV');
document.createElement ('ส่วน');
document.createElement ('บทความ');
document.createElement ('กัน');
document.createElement ('footer');
<! doctype html>
<html>
<head>
<meta charset = "utf-8">
<title> การทดสอบ HTML5 </title>
<script type = "text/javascript" src = "html5.js"> </script>
<link type = "text/css" href = "resthtml5.css" media = "all">
<link type = "text/css" href = "index.css" media = "all">
<link type = "text/css" href = "ie6.css" media = "all">
</head>
<body>
<header role = "Banner">
</header>
</body>
</html>
หมายเหตุ: ที่นี่
<script type = text/javascript src = html5.js> </script>
อย่าลืมติดตามหัวทันทีและไม่วางไว้ที่ส่วนท้ายของหน้า
ดาวน์โหลดรหัสตัวอย่าง html5_rest_jb51.rar