Home > Web Front-end > H5 Tutorial > body text

html5 compatible IE6 structure implementation code_html5 tutorial skills

WBOY
Release: 2016-05-16 15:51:07
Original
1421 people have browsed it

复制代码
代码如下:

document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');


复制代码
代码如下:





html5测试











注意:这里的

一定要紧跟在head后面,不能放在页面尾部。
下载演示代码 html5_rest_jb51.rar
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!