Skip to content

Commit 16639f1

Browse files
committed
DOM First
1 parent fccdf7f commit 16639f1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

06_dom/one.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
<title>DOM Learning</title>
7+
</head>
8+
<body class="bg-black">
9+
<div>
10+
<h1 id="title" class="heading">DOM Learning</h1>
11+
<p>Lorem ipsum dolor sit amet.</p>
12+
</div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)