2.HTML Doctype Declaration
2.HTML Doctype Declaration
DOCTYPE> Declaration
HTML Reference <a> Tag
Example
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
Try it yourself
Browser Support
<!DOCTYPE html>
This DTD is equal to HTML 4.01 Transitional, but allows the use of frameset content.
XHTML 1.1
This DTD is equal to XHTML 1.0 Strict, but allows you to add modules (for example to provide ruby support for East-Asian languages).