html常用标签

来源:互联网 发布:淘宝店铺如何发微淘 编辑:程序博客网 时间:2024/06/05 15:03

1.<meta charset="utf-8"/>

2.<div style="width:100 ;height:1000 ;color:blue ;background-color:yellow ;border:solid ;">……</div>

3.<a name="anchor">……</a>

4.<h1-6>……</h1-6>

5.<p>……</p>

6.&nbsp;

7.<blockquote>……</blochquote>

8.<ul> 

<li>……</li>

  </ul>

9.<ol>

<li>……</li>

  </ol>

10.<dt>

<dd>……</dd>

  </dt>

11.<pre>……</pre>

12.<span>……</span>

13.<br/>

14.<a href="……">……</a>

15.<a href="#">……</a>

16.<a href="#……">……</a>

17.<img src="……">

18.<table border="7">

<tr style="width:1000px; height:50px;">
<th style="width:500px;">……</th>
<th style="width:500px;">……</th>
<th style="width:500px;">……</th>

    </table>

19.<table border="3">
<tr>
<td style="width:400px; height:50px;" colspan="2">             <!--colspan列合并-->
……
</td>
<td rowspan="3" style="width:100px; height:150px;" >……</td>      <!--cowspan行合并-->
</tr>
<tr>
<td style="width:200px; height:50px;">……</td>
<td style="width:200px; height:50px;">……</td>
</tr>
    </table>

20.<iframe src="……" width="1000px" height="500px"></iframe>

0 0
原创粉丝点击