HTML--留

1.html图像

  <p> 这是个图像<img src=“\路径\”  alt=“图像不显示不出来时代替图片” width=“1” height=“1” >
  </p>
2.html链接
3.html列表
无序<ul>                                         
   <li>123<\li>
   <li>456<\li>
<\ul>
4.html表单
<form>这是个表单
<input type='text' >
<input type='radio' >
<input type='checkbox' >
<\form>
5.html区块
<div>
 
<\div>
6.html表格
<tables>
<tr>
 <th><\th>
 <t><>
<\tr>
<\tables>
 
7.html脚本
<script></script>
 
8.
 
 
 
posted @ 2017-08-17 14:48  yana789  阅读(135)  评论(0编辑  收藏  举报