Kod HTML
Artem Korotkov
P jest kolorem pomarańczowym
wielkością 20 punktów
i czcionką Arial
(Informatyka jest super)
I jest pogrubione
Strike jest przekreślone (Informatyka jest super)
U ma nakreślenie (Informatyka jest super)
Nagłówek poziomu 1. jest podkreśłony (Informatyka jest super)
Punkt pierwszy (Informatyka jest super)
Punkt drugi (Informatyka jest super)
Punkt trzeci (Informatyka jest super)
Kod CSS
.block1{ background-color: #FFFDD0; width: 100%; height: 40%; } p{ color: orange; font-size: 20pt; font-family: Arial; } .block2{ background-color: magenta; width: 80%; height: 15%; font-size: 20pt; } i{ color: green; } strike{ color: red; } u{ color: purple; text-decoration: overline; } .block3{ background-color: #C0D727; width: 100%; height: 30%; } h1{ color: blue; text-decoration:underline; } #list1{ color: blue; font-size: 25pt; } #list2{ color: red; font-size: 20pt; } #list3{ color: grey; font-size: 15pt; }