mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-28 05:01:24 -05:00
fix(curriculum): colored markers - clarify meta tag description (#47281)
* Update 616965351e74d4689eb6de30.md fixes #47266 Specified that a new `meta` tag is to be added and added the reason for doing so. * fix: update wording Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -7,9 +7,7 @@ dashedName: step-5
|
||||
|
||||
# --description--
|
||||
|
||||
Finally, use a `viewport` `<meta>` tag to make sure your page looks the same on all devices.
|
||||
|
||||
Nest a self-closing `meta` element within the `head`. Give it a `name` attribute set to `viewport` and a `content` attribute set to `width=device-width, initial-scale=1.0`.
|
||||
Add another self-closing `meta` element within the `head`. Give it a `name` attribute set to `viewport` and a `content` attribute set to `width=device-width, initial-scale=1.0` so your page looks the same on all devices.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user