From b766c5cfbf6198d18f4bf205a07d8c5085c9244d Mon Sep 17 00:00:00 2001 From: Joshua Stanavage Date: Sun, 5 Apr 2020 22:22:14 -0400 Subject: [PATCH] Add files via upload --- complete-text-of-question.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 complete-text-of-question.md diff --git a/complete-text-of-question.md b/complete-text-of-question.md new file mode 100644 index 0000000..a2a6188 --- /dev/null +++ b/complete-text-of-question.md @@ -0,0 +1,2 @@ +#What does a doctype do? +Document Type Declaration aka ``, is used to delcare the document type, and version of HTML used to build the site, in a visitor's browser. It's a heads up to the browser on how to properly handle/what to expect from the file it is recieving. \ No newline at end of file