首页 > Web开发 > 详细

HTML常见标签

时间:2014-12-09 11:50:59      阅读:302      评论:0      收藏:0      [点我收藏+]
<head>
</head>
<body>
<h1><font color=”red”>This is our website</font></h1>
<a href=””>link</a>

<table border="1" align= "center"  width="80%">
<tr>
<td>aa</td>
<td>bb</td>
<td>cc</td>
</tr>

<tr>
<td align= "center"><b>dd</b></td>
<td>ee</td>
<td>ff</td>
</tr>

<form>
username:<input type="text "><br>
password:<input type ="password ">
gender:male<input type ="radio" name="gender">
female<input type ="radio" name="gender">
<select>
<option></option>
<option></option>

</select>
comment:<textarea>
 </textarea>
upload :<input type ="file">
<input type ="submit" value="submit">
<input type ="button" value="button" onclick="JavaScript:alert("hello world")">
picture:<img src="">

</form> </table>

 

HTML常见标签

原文:http://www.cnblogs.com/Joan1212/p/4152748.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!