- UID
- 374542
- 主题
- 注册时间
- 2013-7-22
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 13 天 [LV.3]偶尔看看II
|
发表于 2013-7-22 16:27:51
|
显示全部楼层
- .<!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="utf-8">
- <title>HTML5 DEMO</title>
- <link rel="stylesheet" href="styles/style.css" />
- </head>
- <body>
- <header></header>
- <article>
- <section>
- <div></div>
- </section>
- </article>
- <aside></aside>
- <footer></footer>
- <script src="scripts/script .js"></script>
- </body>
- </html>
复制代码 |
|