<h1>:黑大粗
<p>:换行和隔行
<hr>分割线
<br>换行
<a href=''> 链接   锚(#id属性)
<img src='' alt='' title=''>
<ul> <ol> <d1>:<li>
<table border='1' cellspacing(单元格间距) cellpadding(单元格边距)>:<tr><td><th> 合并单格:rowspan
clospan
<div>
<span>
<form>
<input type='' name=''> 
name 作为传入server(服务器)的字典的键,vaule作为值
type='text','password','image'-----定义输入字段的初始值
type=‘checkbox','radio','image'-----定义与输入相关联的值
<select name=''>:<option value=''>
<label for=''></label>
<textarea>
</form>
归纳

相关文章: