<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>网页编排实例</title> </head><body> <header> <h1>标题1</h1> <nav> <ul> <li><a href="#">百度一下</a></li> <li><a href="#">谷歌一下</a></li> <li><a href="#">搜狐一下</a></li> </ul> </nav> </header> <article> <hgroup> <h1>这是主标题</h1> <h2>这是子标题</h2> </hgroup> <p>正文</p> <section> <div> <article> <h1>标题</h1> <p>评论正文</p> </article> </div> </section> </article> <footer> <small>版权所有:..............</small> </footer> </body></html>
原文地址:https://www.cnblogs.com/cxydnxs/p/12272086.html
时间: 2024-10-16 21:01:07