Skip to content

Instantly share code, notes, and snippets.

@markreale
Created September 7, 2013 14:55
Show Gist options
  • Save markreale/6476246 to your computer and use it in GitHub Desktop.
Save markreale/6476246 to your computer and use it in GitHub Desktop.
Connecting a CSS file to an HTML web page
<!doctype html>
<html>
<head>
<!-- Tell your browser where the CSS Style sheet for this web page is -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Inside the <body> tag will be the content that appears in your browser window -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment