Skip to content

Commit

Permalink
Update html5.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HemendraKhatik authored Apr 12, 2019
1 parent dfd1be5 commit 461ae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 461ae70

Please sign in to comment.