Skip to content

Commit 5ccc63b

Browse files
committed
[ADD] Clase 15 Fundamentos DOM
1 parent e4a0349 commit 5ccc63b

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

clase_15/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>DOM</title>
7+
</head>
8+
<body>
9+
<h1 id="title" class="title">DOM Document Object Model</h1>
10+
<script src="script.js"></script>
11+
</body>
12+
</html>

clase_15/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//// $0.node

0 commit comments

Comments
 (0)