Doctype description added

This commit is contained in:
Manoj Tyagi 2019-04-10 16:23:33 +05:30 committed by GitHub
parent 29e2ad39ad
commit e5d1451172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<!-- Document Summary -->
<!doctype html> <!-- Tells the browser that HTML5 version of HTML to be recognized by the browser -->
<html></html> <!-- Indicates that the page is written in html -->
<head></head> <!-- Contains Information specific to the page like title, styles and scripts -->
<title></title> <!-- Title for the page that shows up in the browser title bar -->