本帖最后由 赵科铭 于 2014-3-20 00:36 编辑
- <html>
- <head>
- <title>复习今天所学的HTML</title>
- <meta name="keywords" content="HTML,HTML学习方法"/>
- <meta name="description" content="HTML的学习"/>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
- </head>
- <body bgcolor="white" background="" text="blue">
- <p align="center">
- <h1>HTML很简单</h1>
- <hr width="80%"/>
- <strong><s><u><em>01HTML是一种超文本标记语言</em></u></s></strong>
- <br/>
- </p>
- </body>
- </html>
复制代码
|