Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 301 Bytes

getting_started.md

File metadata and controls

17 lines (15 loc) · 301 Bytes

Getting Started

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>