html+css 面试题总结附答案

行内元素有哪些? 块级元素有哪些?

块级元素:div p h1 ul li form table
行内元素: a b br i span input select laber strong em img

举5个以上的 HTML5 input 元素 type 属性值

text password button submit reset checkout radio

我们经常用到的语义化标签以及HTML5新增的语义化标签有哪些?

h1-h6 标题内容
p 段落
ul 无序
ol 有序
dl 定义列表
thead 表格中的表头内容
tbody 表格中的主体内容

HTML5:语义化更好的内容标签(

,

你可能感兴趣的:(面试题,html,css,css3,web,定位)