码迷,mamicode.com
首页 > Web开发 > 详细

HTML常见标签

时间:2014-12-09 11:54:15      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   sp   for   java   on   

<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常见标签

标签:style   blog   io   ar   color   sp   for   java   on   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!