Skip to content

Instantly share code, notes, and snippets.

@Ancillas
Created January 17, 2013 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ancillas/4554439 to your computer and use it in GitHub Desktop.
Save Ancillas/4554439 to your computer and use it in GitHub Desktop.
An example HTML file to demonstrate source code highlighting.
<!DOCTYPE html>
<html>
<head>
<title>Example HTML Code</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="obnoxious">Blam!</div>
</body>
</html>
.obnoxious {
font-weight: bold;
font-size: 42px;
color: #FF0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment