fix(curriculum): improve clunky wording in css markers step 5 (#50447)

Change clunky wording in css markers step 5
This commit is contained in:
abo3ankaboot
2023-05-20 07:18:16 +03:00
committed by GitHub
parent b7697c7304
commit ee5fae5d10

View File

@@ -7,7 +7,7 @@ dashedName: step-5
# --description--
You can have multiple self-closing `meta` elements on a web page. What distinguishes one `meta` element from the other is the attribute. You should add a new meta element for each attribute you want to specify.
You can have multiple self-closing `meta` elements on a web page. Each `meta` element adds information about the page that cannot be expressed by other HTML elements.
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.