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

html基础

时间:2018-02-11 10:50:55      阅读:311      评论:0      收藏:0      [点我收藏+]

标签:超链接   文本框   put   meta   type   button   cti   tab   lin   

html 网页结构

注释 <!--  -->

换行 <br/>

水平线 <hr/>

标题 <h1></h1>

段落 <p></p>

加粗 <strong></strong> <b></b>

倾斜 <em></em><i></i>

删除线 <del></del><s></s>

下划线<ins></ins><u></u>

上标<sup></sup>

下标 <sub></sub>

图片 <img src="" >

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

 无序列表 <ul><li></li></ul>

有序列表 <ol><li></li></ol>

自定义列表 <dl><dt><dd></dd></dt></dl>

嵌入内容 <embed src="" type="">

滚动 <marquee behavior="" direction=""></marquee>

编码 <meta charset="UTF-8">

关键字 <meta name="keywords" content="">

描述 <meta name="description" content="">

重定向 <meta http-equiv="refresh" content="">

链接样式文件 <link rel="stylesheet" href="">

icon图标 <link rel="icon" href="">

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

表单 <form action=""></form>

文本框 <input type="text">

密码框 <input type="password">

单选框 <input type="radio">

下拉列表<select name="" id=""><optgroup label=""><option value=""></option></optgroup></option></select>

多选框 <input type="checkbox">

多行文本 <textarea name="" id="" cols="30" rows="10"></textarea>

上传 <input type="file">

提交 <input type="submit">

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

图片按钮 <input type="image" src="">

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

表单分组 <fieldset><legend></legend></fieldset>

 

html基础

标签:超链接   文本框   put   meta   type   button   cti   tab   lin   

原文地址:https://www.cnblogs.com/lhsdx/p/8440096.html

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