Merge pull request #81 from HemendraKhatik/master

Update html5.html
This commit is contained in:
Julien Le Coupanec 2019-04-13 12:06:20 +02:00 committed by GitHub
commit 020b3fc0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<!-- 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 -->
<!DOCTYPE html> <!-- Tells the browser that HTML5 version of HTML to be recognized by the browser -->
<html lang="en"></html> <!-- The HTML lang attribute is used to identify the language of text content on the web. This information helps search engines return language specific results, -->
<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 -->
<body></body> <!-- Content that the user will see -->