Open your favorite text editor and create the following two files:
- christmas_card.html
- style.css
Add the following code to your html file:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
</body>
</html>