Skip to content
Permalink
a2f0872d4e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
2 lines (2 sloc) 284 Bytes

#What does a doctype do? Document Type Declaration aka <!DOCTYPE html>, 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.