HTML5 Quick Boilerplate

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Your Title</title> <meta name="description" content="Your Description"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSS Frameworks and Libraries --> <!-- Your customized CSS Styles --> <link rel="stylesheet" href="style.css"> </head> <body> <!-- Your content goes here --> <!-- Javascript Frameworks and Libraries --> <!-- Javascript Source Code for your app --> <script type="text/javascript" src="app.js"></script> </body> </html>
Quick HTMl5 starter document.

1 Response

Very good idea ! So helpfull !

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.