Otwórz plik dhtml.html w przeglądarce internetowej.
W elemencie body dodaj kod i przetestuj skrypt.
<button onclick="document.body.style.color='black';"> Kolor tekstu - czarny </button>
W elemencie body dodaj kod i przetestuj skrypt.
<button onclick="document.body.style.background='black'; document.body.style.color='white';">inwersja </button>
W elemencie body dodaj kod i przetestuj skrypt.
<button onclick="document.body.style.font='12px Arial';"> Font - 12px Arial </button>
W elemencie body dodaj kod i przetestuj skrypt.
<button onmouseover="this.style.padding='5px';"> Wyróżnienie </button>
W elemencie button dodaj kod i przetestuj skrypt.
<button onmouseover="this.style.padding='5px';" onmouseout="this.style.padding='0px';"> Wyróżnienie </button>
Umieść pliki witryny na serwerze.