您的位置:首页 > Web前端 > HTML

HTML常用标签

2009-05-08 15:06 239 查看
HTML常用标签

2009年3月

控件 对应的标记

HtmlAnchor <a>

HtmlButton <button>

HtmlSelect <select>

HtmlTextArea <textarea>

HtmlInputButton <input type="button">

HtmlInputCheckBox <input type="check">

HtmlInputRadioButton <input type="radio">

HtmlInputText <input type="text"> 和 <input type="password">

HtmlInputHidden <input type="hidden">

HtmlInputImage <input type="image">

HtmlInputFile <input type="file">

HtmlForm <form>

HtmlImage <img>

HtmlTable <table>

HtmlTableRow <tr>

HtmlTableCell <td>

HtmlGenericControl 任何其它没有对应控件的标记,如 <span>、<div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: