Merge pull request #78 from neo-0224/patch-1

Doctype description added
This commit is contained in:
Julien Le Coupanec
2019-04-10 18:09:06 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
<!-- Document Summary --> <!-- 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 --> <html></html> <!-- Indicates that the page is written in html -->
<head></head> <!-- Contains Information specific to the page like title, styles and scripts --> <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 --> <title></title> <!-- Title for the page that shows up in the browser title bar -->