-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1.01 KB
/
index.html
File metadata and controls
29 lines (24 loc) · 1.01 KB
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
<!-- html css javascript
结构 样式 行为 -->
<html lang="zh,en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="demo">举个栗子(绿的耶)(变白了。。)</div>
<p>测试?(有用的话就爽翻了)</p>
</body>
</html>
<!-- <h1>作为一个正在路上的前端工作师,我们应该清楚一点:我们应该和什么打交道打得最多?(浏览器!)</h1>
<h2>现在的主流浏览器及其内核?(IE、360、百度、腾讯、猎豹、UC......什么鬼|||应该是IE、火狐、chorme)(内核是:IE=trident、Firebox=Gecko、Google chorme=Webkit/blink、Safari=Webkit、Opera=presto)</h2>
很重要!!! -->
<!-- 注释改错!(调试) -->
<!-- <div>
<span><em>123</em></span>
</div>
12324dgsfgbfd
<span>456</span>
<p>12esf,hdafkghiug</p> -->
<!-- <div class="div" style='background-color:green'>不知道是什么颜色啊</div>
id优先级大于class(身份证更重要) -->