html相关
基本格式:
<html> <head> <title>网页标题</title> </head> <body>
输入内容 </body> </html>
常用标签
<strong>字体加粗</strong> <em>斜体</em> <h1>标题标签</h1>~<h6></h6> 由大到小 <br/>换行标签 <p></p>段落标签 <hr/>水平线 <hr width="水平线宽度">
图像标签 <img src="路径地址" alt="图片的代替文字" title="鼠标悬停时显示文字" width="图像宽" height="高"/>
超链接 <a href="链接地址" target="目标窗口位置" >链接热点文本或图像</a> _blank新窗口 _self 本窗口
锚链接 <a href="#xx"></a>访问锚 <a name="xx"></a>定义锚