Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<style>
div {height:50px;width:100%;}
</style>
<body>
<h1>Кольори можна встановити, використовуючи шістнадцяткові значення</h1>
<div style="background-color:#ff0000"></div>
<div style="background-color:#ffff00"></div>
<div style="background-color:#00ff00"></div>
<div style="background-color:#00ffff"></div>
<div style="background-color:#0000ff"></div>
<h1 style="color:#ff0000">Заголовок</h1>
<h1 style="color:#ffff00">Заголовок</h1>
<h1 style="color:#00ff00">Заголовок</h1>
<h1 style="color:#00ffff">Заголовок</h1>
<h1 style="color:#0000ff">Заголовок</h1>
</body>
</html>