HTML5 BASIC – EP – 04 – HTML page structure and HTML versions
Learn HTML5, Tutorials
0
The <!DOCTYPE> Declaration
- The <!DOCTYPE> declaration represents the document type and helps browsers to display web pages correctly.
- It must only appear once, at the top of the page (before any HTML tags).
- The <!DOCTYPE> declaration is not case sensitive.
- The <!DOCTYPE> declaration for HTML5 is:
<!DOCTYPE html>
HTML Versions
HTML Versions | Year |
HTML | 1991 |
HTML 2.0 | 1995 |
HTML 3.2 | 1997 |
HTML 4.01 | 1999 |
XHTML | 2000 |
HTML5 | 2014 |
Related Posts
Leave a Reply Cancel reply
Categories
Recent Posts
- HTML5 BASIC – EP – 08 – Create a Project and Say hello world!
- HTML5 BASIC – EP – 07 – Sublimetext3 Download and Install on Windows 10
- HTML5 BASIC – EP – 06 – HTML5 Editor – HTML5 এডিটোর
- HTML5 BASIC – EP – 05 – Web Browsers – ওয়েব ব্রাউজার
- HTML5 BASIC – EP – 04 – HTML page structure and HTML versions