fix(curriculum): improve Crowdin compatibility for lecture-what-is-css (#60177)

Co-authored-by: Varshith Kalakota <vkalakota1@toromail.csudh.edu>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Varshith Kalakota
2025-05-14 13:42:19 -07:00
committed by GitHub
parent f606e19a1a
commit 826930b485

View File

@@ -56,7 +56,7 @@ It ensures that your carefully crafted responsive designs are displayed as inten
## --text--
What is the primary purpose of the `meta` `viewport` element?
What is the primary purpose of the `<meta name="viewport">` tag?
## --answers--
@@ -72,7 +72,7 @@ To control page dimensions and scaling on different devices.
---
To add `meta` `descriptions` for search engines.
To provide page descriptions for search engines.
### --feedback--
@@ -92,7 +92,7 @@ Think about how websites adapt to different screen sizes.
## --text--
What does `width=device-width` in the `meta` `viewport` tag do?
What does `width=device-width` in the `<meta name="viewport">` tag do?
## --answers--
@@ -128,7 +128,7 @@ Consider how this attribute relates to responsive design.
## --text--
Why is it generally recommended to avoid using `user-scalable=no` in the `meta` `viewport` tag?
Why is it generally recommended to avoid using `user-scalable=no` in the `<meta name="viewport">` tag?
## --answers--