Quantcast
Viewing latest article 1
Browse Latest Browse All 17

Can anybody tell me what these two codes are doing?

CSS - body {
  background-color: #000000;
  text-align: center;
}

button {
  width: 200px;
  height: 50px;
}

JS - function hello() {
    alert("Hello!");
}

Read full topic


Viewing latest article 1
Browse Latest Browse All 17

Trending Articles