CSS - body {
background-color: #000000;
text-align: center;
}
button {
width: 200px;
height: 50px;
}
JS - function hello() {
alert("Hello!");
}
↧
Can anybody tell me what these two codes are doing?
↧