1 写出inline和inline-block的差别:
布局方式相同,唯一的区别在inline-block可以设置宽高,inline不可以。另外:inline设置上下内边距和上下外边距会造成一些mess。详见:
What is the difference between display: inline and display: inline-block?
2 写出五大主流浏览器的内核名称
3 根据具体的情景写出一个JSON数据
知道JSON数据怎么写,了解JSON数据和JS对象的区别就可以,很简单。
4 考察字体大小的单位:rem,em,百分比
看了官方文档,才知道我对这些概念了解不深。
- em:
Another way of setting the font size is with em values. The size of an em value is dynamic. When defining the font-size property, an em is equal to the size of the font that applies to the par