-
Notifications
You must be signed in to change notification settings - Fork 893
/
html.md
executable file
·100 lines (54 loc) · 2.88 KB
/
html.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Html题目汇总
- [meta 元素都有什么](#meta-元素都有什么)
- [script 的 async 跟 defer 的区别?](#script-的-async-跟-defer-的区别)
- [知道语义化吗?说说你理解的语义化,如果是你,平时会怎么做来保证语义化?说说你了解的 HTML5 语义化标签?](#知道语义化吗说说你理解的语义化如果是你平时会怎么做来保证语义化说说你了解的-html5-语义化标签)
- [a 标签默认事件禁掉之后做了什么才实现了跳转](#a-标签默认事件禁掉之后做了什么才实现了跳转)
- [网站 SEO 怎么处理](#网站-seo-怎么处理)
- [html 标签 b 和 strong 的区别](#html-标签-b-和-strong-的区别)
- [说一下减少 dom 数量的办法?一次性给你大量的 dom 怎么优化?](#说一下减少-dom-数量的办法一次性给你大量的-dom-怎么优化)
- [Html5 有哪些新特性?如何处理 Html5 新标签的浏览器兼容问题?如何区分 Html 和 Html5?](#html5-有哪些新特性如何处理-html5-新标签的浏览器兼容问题如何区分-html-和-html5)
- [请说明 Html 布局元素的分类有哪些?并描述每种布局元素的应用场景](#请说明-html-布局元素的分类有哪些并描述每种布局元素的应用场景)
### meta 元素都有什么
公司:完美世界
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/364)
<br/>
### script 的 async 跟 defer 的区别?
公司:虎扑
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/401)
<br/>
### 知道语义化吗?说说你理解的语义化,如果是你,平时会怎么做来保证语义化?说说你了解的 HTML5 语义化标签?
公司:蘑菇街
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/379)
<br/>
### a 标签默认事件禁掉之后做了什么才实现了跳转
公司:滴滴
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/519)
<br/>
### 网站 SEO 怎么处理
公司:喜马拉雅
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/439)
<br/>
### html 标签 b 和 strong 的区别
公司:蘑菇街
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/766)
<br/>
### 说一下减少 dom 数量的办法?一次性给你大量的 dom 怎么优化?
公司:58
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/706)
<br/>
### Html5 有哪些新特性?如何处理 Html5 新标签的浏览器兼容问题?如何区分 Html 和 Html5?
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/676)
<br/>
### 请说明 Html 布局元素的分类有哪些?并描述每种布局元素的应用场景
公司:玄武科技
分类:Html
[答案&解析](https://github.com/lgwebdream/FE-Interview/issues/843)
<br/>