HTML:
<html> <head> <title>Practice CSS</title> <style type="text/css"> <!-- body {background-color:red} h1 {color:white; font-size:20px} --> </style> </head> <body> <h1>Practice CSS</h1> </body> </html>