Skip to content

Instantly share code, notes, and snippets.

@hernandesbsousa
Last active December 26, 2015 22:18
Show Gist options
  • Select an option

  • Save hernandesbsousa/7221646 to your computer and use it in GitHub Desktop.

Select an option

Save hernandesbsousa/7221646 to your computer and use it in GitHub Desktop.
HTML Hello World
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>
A Small Hello
</TITLE>
</HEAD>
<BODY>
<H1>Hi</H1>
<P>This is very minimal "hello world" HTML document.</P>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment