mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
Doctype description added
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user