Skip to content

Commit e8c0c6b

Browse files
authored
Reword meta tag order comment to reflect best practice recommendation
2 parents a581201 + 38c27fb commit e8c0c6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Below are the essential elements for any web document (websites/apps):
5050
<meta charset="utf-8">
5151
<meta name="viewport" content="width=device-width, initial-scale=1">
5252
<!--
53-
The above 2 meta tags *must* come first in the <head>
53+
The above 2 meta tags should come as early as possible in the <head>
5454
to consistently ensure proper document rendering.
5555
Any other head element should come *after* these tags.
56-
-->
56+
-->
5757
<title>Page Title</title>
5858
```
5959

@@ -107,7 +107,7 @@ These elements provide information for how a document should be perceived, and r
107107

108108
```html
109109
<!--
110-
The following 2 meta tags *must* come first in the <head>
110+
The following 2 meta tags should come as early as possible in the <head>
111111
to consistently ensure proper document rendering.
112112
Any other head element should come *after* these tags.
113113
-->

0 commit comments

Comments
 (0)