initial commit of HTML5 files
This commit is contained in:
parent
f56d0df445
commit
952ca111bb
4 changed files with 89 additions and 2 deletions
5
js/script.js
Normal file
5
js/script.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const name = document.querySelector(".name");
|
||||
|
||||
function changeColor() {
|
||||
name.style.color = "blue";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue