Skip to content

Instantly share code, notes, and snippets.

@kanakinfosystems
Created September 21, 2014 13:19
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 kanakinfosystems/7c313a18fce836af364c to your computer and use it in GitHub Desktop.
Save kanakinfosystems/7c313a18fce836af364c to your computer and use it in GitHub Desktop.
Simple HTML Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Document</title>
<style type="text/css">
h3 {
color: #FF22CC;
}
</style>
</head>
<body>
<h3>Hello Users...</h3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment