Create ex2
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
<body>
|
||||||
|
<div id="one">Hello World</div>
|
||||||
|
<script>
|
||||||
|
const myEle = document.getElementById("one");
|
||||||
|
console.log(myEle);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
Reference in New Issue
Block a user