系统与工具
办公学习
多媒体
网络应用
生活所需
平台
参考手册
网站地图
系统与工具
办公学习
多媒体
网络应用
生活所需
平台
参考手册
网站地图
<!DOCTYPE html> <html> <head> <title>页面名称</title> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="keywords" content=""/> <meta name="description" content=""/> <link rel="Shortcut icon" href=""/> <link rel="stylesheet" href="style.css"/> <style type="text/css"></style> <script src=""></script> <script type="text/javascript"></script> </head> <body> </body> </html>
<meta name="author" content=""/>
<meta http-equiv="refresh" content="5; url=xxx" />
标题和块:
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<div></div>
<span></span>
<p></p>
<br/>
<hr/>
<!-- -->
文本样式:
 
<
>
<b></b>
<i></i>
<u></u>
< del></del>
<strong></strong>
<em></em>
特殊内容:
<img src="" alt=""/>
<a target="_blank" rel="nofollow" href=""></a>
<blockquote"></blockquote>
<pre></pre>
<code></code>
<ul> <li></li> <li></li> <li></li> </ul>
<ol> <li></li> <li></li> <li></li> </ol>
<dl> <dt></dt> <dd></dd> <dd></dd> <dt></dt> <dd></dd> <dd></dd> </dl>
<td colspan="2"></td>
<td rowspan="2"></td>
<table> <tr> <th></th> <th></th> </tr> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> </table>
<iframe src=""></iframe>
<frameset rows="50%,50%"> <frame src=""> <frameset cols="25%,75%"> <frame src=""> <frame src=""> </frameset> </frameset>
<form action="" method="get"></form>
<input type="text" name=""/>
<input type="password" name=""/>
<input type="radio" name=""/>
<input type="checkbox" name=""/>
<input type="file" name=""/>
<input type="hidden" name=""/>
<input type="button" name=""/>
<input type="submit" name=""/>
<textarea name="" placeholder=""></textarea>
<select> <option value=""></option> <option value=""></option> <option value=""></option> </select>