HTML5: Empty Page


/ Published in: HTML
Save to your folder(s)

Very basic html5 start page.


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <title>PageTitle</title>
  3. </head>
  4. </body>
  5. </html>

Report this snippet


Comments


You need to login to view comments.