From c602bad1ab8011154ba6ded59f09d4e8f174de4f Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Sun, 5 Apr 2020 22:51:03 -0400 Subject: [PATCH 1/4] description of doctype --- 02 - HTML/complete-doctype-of-question.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 02 - HTML/complete-doctype-of-question.md diff --git a/02 - HTML/complete-doctype-of-question.md b/02 - HTML/complete-doctype-of-question.md new file mode 100644 index 0000000..095e159 --- /dev/null +++ b/02 - HTML/complete-doctype-of-question.md @@ -0,0 +1,12 @@ + + + + + + Document + + + #doctype# + ##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. + + \ No newline at end of file From 0a6b3820ae8ce54fbad8aac45c7df49699dfc9ce Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Sun, 5 Apr 2020 22:56:38 -0400 Subject: [PATCH 2/4] change of format --- 02 - HTML/complete-doctype-of-question.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02 - HTML/complete-doctype-of-question.md b/02 - HTML/complete-doctype-of-question.md index 095e159..414f451 100644 --- a/02 - HTML/complete-doctype-of-question.md +++ b/02 - HTML/complete-doctype-of-question.md @@ -6,7 +6,7 @@ Document - #doctype# - ##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. \ No newline at end of file From aa8d12c30f6c2eefee34a74f73652f13f09423d6 Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Sun, 5 Apr 2020 22:58:40 -0400 Subject: [PATCH 3/4] ~ --- 02 - HTML/complete-doctype-of-question.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/02 - HTML/complete-doctype-of-question.md b/02 - HTML/complete-doctype-of-question.md index 414f451..678fdc8 100644 --- a/02 - HTML/complete-doctype-of-question.md +++ b/02 - HTML/complete-doctype-of-question.md @@ -1,12 +1,3 @@ - - - - - - Document - - + - 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. - - \ No newline at end of file + ##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. From 67c40a49c247578c7811a9feaac94b5d3a67909a Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Sun, 5 Apr 2020 23:00:57 -0400 Subject: [PATCH 4/4] ~~~ --- 02 - HTML/complete-doctype-of-question.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/02 - HTML/complete-doctype-of-question.md b/02 - HTML/complete-doctype-of-question.md index 678fdc8..876e694 100644 --- a/02 - HTML/complete-doctype-of-question.md +++ b/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.