HTML 5 Template

This is a minimalist template for an HTML 5 document. I typically use this as a starting point for web based apps.

<!DOCTYPE html>
 
<head>
 
	<title>[Title]</title>
 
	<!-- JavaScript -->
	<script type="text/javascript">
		// Put code here or set the src attribute
	</script>
 
	<!-- CSS -->
	<style type="text/css">
	<!--
 
		body { background-color: white; margin: 0; padding: 0; font-family: sans-serif; font-size: 12px; }
		p { margin-bottom: 10px; }
 
	-->
	</style>
 
</head>
 
<body>
 
	<p>Hello World!</p>
 
</body>
 
</html>
 
html_5_template.txt · Last modified: 2011/09/30 19:52 by Joel Dare
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki