diff --git a/02 - HTML/complete-doctype-of-question.md b/02 - HTML/complete-doctype-of-question.md new file mode 100644 index 0000000..876e694 --- /dev/null +++ b/02 - HTML/complete-doctype-of-question.md @@ -0,0 +1,8 @@ + + + Doctype stands for Document Type Declaration. + It informs the web browser about the type and version of + HTML used in building the web document. + This helps the browser to handle and load it properly. + While the HTML syntax for this statement is somewhat simple, + you must note each version of HTML has its own rules.