# DIV tag
Preview Full HTMLindex.html
<html>
<head>
<title>DIV</title>
</head>
<body>
<div style="width: 100px;height:100px;background-color: yellow;">
</div>
<div style="width: 100px;height:100px;background-color: yellow;">
<h1>Hello</h1>
</div>
</body>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16