mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
Merge pull request #26 from aanchal-fatwani/html-lang
fix(html-lang): added defined lang for the web document
This commit is contained in:
commit
b0fff5a4bd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
|
Loading…
Reference in a new issue