Exercise 10.1
This commit is contained in:
parent
d3f1fbc199
commit
575d53c368
13
Chapter 10/Exercise 10.1
Normal file
13
Chapter 10/Exercise 10.1
Normal file
@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas HTML5</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="one">Hello World</div>
|
||||
<script>
|
||||
const myEle = document.getElementById("one");
|
||||
console.log(myEle);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user