Skip to content

Instantly share code, notes, and snippets.

@paulrouget
Created March 8, 2012 19:48
Show Gist options
  • Save paulrouget/2002960 to your computer and use it in GitHub Desktop.
Save paulrouget/2002960 to your computer and use it in GitHub Desktop.
Empty HTML5 page
<!DOCTYPE html>
<meta charset=utf-8 />
<title>test</title>
<script>
</script>
<style>
</style>
<div></div>
@Boldewyn
Copy link

Boldewyn commented Mar 8, 2012

You could get rid of the "/" in . I guess it's only habitual, since the rest doesn't look remotely like anything an XML parser could ever digest?

@timw4mail
Copy link

Habit, or stylistically, lack of quotes scares me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment