This is where I start coding my web pages. This is a simple framework for an HTML5 web page. The DOCTYPE has been simplified and is supported by all major browsers even if they do not fully support the current HTML5 tags.
<!DOCTYPE html> <html> <head> <title>My Sample HTML5 web page</title> </head> <body> This is my sample web page. </body> </html>