<!--注释快捷键:ctrl+?-->
<title>页面上显示</title>
<!--标题-->
<h1>一级</h1>
<h2>二级</h2>
<h3>三级</h3>
<h4>四级</h4>
<h5>五级</h5>
<h6>六级</h6>
<!--段落-->
<p>可惜长枪不在</p>
<!--图像-->
<img src="图片"alt white="100" width="100">图</img>
<!--超链接-->
<a href="http://www.baidu.com">文本</a>
<!-- 文本 -->
<b>正常文本</b><br>
<strong>加粗</strong><br>
<big>变大</big><br>
<small>变小</small><br>
<em>强调</em><br>
<i>斜体</i><br>
<sub>下标</sub>
<!-- 样式 -->
<p style="font-family;arial;color:rgb(32, 216, 146);">红色</p><br>
<p style="font-size:50px">字号</p>
<body bgcolor="blue">背景颜色</body>
浙公网安备 33010602011771号