现在的位置: 首页 > 综合 > 正文

javaweb中要学习的html标记

2014年02月04日 ⁄ 综合 ⁄ 共 343字 ⁄ 字号 评论关闭

超链接 <a href="">      </a>


表格 <table><tr><td></td></tr></table>


表单<form></form>

文本框<input type="text">

密码框<input type="password">

复选框<input type="checkbox">

单选框<input type="radio">

下拉列表<select><option></option></select>

文本区<textarea></textarea>

文件上传<input type="file">

提交按钮<input type="submit">

重置按钮<input type="reset">

普通按钮<input type="button" onclick="">

图片<img src="">

抱歉!评论已关闭.