Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
  color: blue;
  font-family: verdana;
  font-size: 300%;
}
p  {
  color: red;
  font-family: courier;
  font-size: 160%;
}
</style>
</head>
<body>
<h1>Це заголовок</h1>
<p>Це параграф.</p>
</body>
</html>