在html5中,section的意思为“节”或“区段”,用于定义文档中节(区段),比如章节、头部、底部或者文档的其他区域;section标签可以对文档中的内容进行分块或分段。
本教程操作环境:windows7系统、HTML5版、Dell G3电脑。
立即学习“前端免费学习笔记(深入)”;
示例:文档的某个区域,解释了什么是 WWF
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <section> <h1>WWF</h1> <p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p> </section> <section> <h1>WWF's Panda symbol</h1> <p>The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.</p> </section> </body> </html>
说明:
IE 8 或更早版本的 IE 浏览器不支持
以上就是html5中section是什么意思的详细内容,更多请关注php中文网其它相关文章!
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号