【web开发】HTML基础

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="酷玩蚊仔">
<meta name="keywords" content="酷玩蚊仔,WPE,CE,Cheat Engine,封包,游戏封包,按键精灵,教程,视频教程,脚本,游戏脚本,游戏辅助">
<!-- 百度收录后,超链接下方的描述来自于此description -->
<meta name="description" content="个人网站描述。" />
<title>这是标题</title>
</head>
<body>
123<br>
456
<div class="div1">这是div123</div>
<div class="div2">这是div456</div>
<p>这是p标签123</p>
<p>这是p标签456</p>
<span>这是span标签123</span>
<span>这是span标签456<i>这是斜体</i><b>这是加粗</b></span>
<a href="http://www.kuwwz.com" target="_blank">酷玩蚊仔-首页</a>
<img src="http://www.kuwwz.com/img/%E5%BE%AE%E4%BF%A1%E6%94%B6%E6%AC%BE%E4%BA%8C%E7%BB%B4%E7%A0%81.png">
<ol>
<li>1</li>
<li>2</li>
<li>3</li>
</ol>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
<button>这是一个按钮</button>
<input>
<table border="1">
<tr>
<td>111</td>
<td>222</td>
</tr>
<tr>
<td>333</td>
<td>444</td>
</tr>
</table>
</body>
</html>