Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
~~~
  • Loading branch information
Joel Salisbury committed Apr 6, 2020
1 parent aa8d12c commit 67c40a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 02 - HTML/complete-doctype-of-question.md
@@ -1,3 +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.
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.

0 comments on commit 67c40a4

Please sign in to comment.