首页 > 编程 > HTML > 正文

HTML5进阶段内联标签汇总(小篇)

2020-03-24 19:19:58
字体:
来源:转载
供稿:网友
内联元素,与别人公用一行,但是设置宽高无效。其特点:①和其他元素都在一行上 ②高,行高及外边距和内边距不可改变; ③宽度就是它的文字或图片的宽度,不可改变 ④内联元素只能容纳文本或者其他内联元素代码如下:XML/HTML Code复制内容到剪贴板
body !--内联元素与别人公用一行但是设置宽高无效-- !--无语义-- span 无语义 /span !--图片alt图片加载失败显示-- imgsrc= d alt= 加载失败 !--超链接-- ahref= http://www.baidu.com 跳转 /a !--斜体强调-- var 斜体强调作用 /var !--em和i经常用于制作小图标-- em 斜体强调作用 /em i 斜体强调作用 /i !--加粗强调-- strong 加粗强调 /strong !--表单提交数据-- formaction= !--输入框-- inputtype= text !--密码输入框-- inputtype= password !--按钮-- inputtype= button html' target='_blank'>value= 按钮 !--提交表单-- inputtype= submit value= 提交表单 !--日期年月日-- inputtype= date !--日期年周-- inputtype= week !--日期年月-- inputtype= month !--日期当前时间-- inputtype= time !--选择文件-- inputtype= file value= 打开文件 !--只能输入数字-- inputtype= number !--颜色选择器-- inputtype= color !--重置-- inputtype= reset !--复选框-- inputtype= checkbox 我爱你 inputtype= checkbox 你爱我 !--单选框name同名字为一组-- inputtype= radio name= sex checked= checked 男 inputtype= radio name= sex 女 /form !--多行文本cols宽度rows高度-- textareaname= id= cols= 30 rows= 10 /textarea !--选择列表默认第一个选项的值为初始值-- selectname= id= optionvalue= 选项1 /option optionvalue= 选项2 /option optionvalue= 选项3 /option /select /body /html
以上所述是小编给大家介绍的HTML5进阶段内联标签汇总,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对phpstudy网站的支持!html教程

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表