HTML Doctype Example
Preview
Code
<!DOCTYPE html> <html> <head> <title>HTML5 Page</title> </head> <body> <h1>HTML5 Document</h1> <p>Every HTML page should start with a DOCTYPE declaration.</p> </body> </html>
<!DOCTYPE html> <html> <head> <title>HTML5 Page</title> </head> <body> <h1>HTML5 Document</h1> <p>Every HTML page should start with a DOCTYPE declaration.</p> </body> </html>