We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ababdaf commit 410f4f7Copy full SHA for 410f4f7
vercel/id-of-id/index.html
@@ -0,0 +1,23 @@
1
+<html>
2
+ <head>
3
+ <title>Teste</title>
4
+ <meta charset="UTF-8">
5
+ </head>
6
+ <body>
7
+ <div id="content">
8
+ <h1 id="content"><span id="content">não </span>funcionou</h1>
9
+ </div>
10
+ <!-- <script> -->
11
+ <!-- // não funciona -->
12
+ <!-- document -->
13
+ <!-- .getElementById("content") -->
14
15
+ <!-- .getElementById("content").innerText = "" -->
16
+ <!-- </script> -->
17
+ <script>
18
+ //document.querySelector("#content > #content > #content").innerText = ""
19
+// or
20
+document.querySelector("#content").querySelector("#content").querySelector("#content").innerText = ""
21
+ </script>
22
+ </body>
23
+</html>
0 commit comments