Skip to content

Instantly share code, notes, and snippets.

@SKumarSpace
Created December 11, 2020 20:20
Show Gist options
  • Save SKumarSpace/e48752676d75304d8dbddaa8a4cbc0bc to your computer and use it in GitHub Desktop.
Save SKumarSpace/e48752676d75304d8dbddaa8a4cbc0bc to your computer and use it in GitHub Desktop.
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>This is a test</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment