Rumah > Artikel > hujung hadapan web > html section标签怎么用
html section标签用于定义文档中的节(section、区段)。比如章节、页眉、页脚或文档中的其他部分。2f8332c8dcfd5c7dec030a070bf652c3 标签是HTML 5中的新标签。
html section标签怎么用?
作用:定义文档中的节(section、区段)。比如章节、页眉、页脚或文档中的其他部分。
说明:2f8332c8dcfd5c7dec030a070bf652c3 标签是 HTML 5 中的新标签。
注释:所有浏览器都支持 2f8332c8dcfd5c7dec030a070bf652c3 标签。
html section标签 示例1
<!DOCTYPE html> <html> <body> <section> <h1>php.cn</h1> <p> PHP中文网:独家原创,永久免费的在线php视频教程,php技术学习阵地! </p> </section> </body> </html>
运行结果:
html section标签 示例2
<!DOCTYPE html> <html> <meta charset="utf-8"> <body> <section> <h1>西门大官人</h1> <p> 西门大官人的视频教程和直播课程推荐一看。 </p> </section> </body> </html>
运行结果:
Atas ialah kandungan terperinci html section标签怎么用. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!