From 826930b48548e4e2fafea0eb0bf25896ea53c4fe Mon Sep 17 00:00:00 2001 From: Varshith Kalakota <56188204+vkalakota18@users.noreply.github.com> Date: Wed, 14 May 2025 13:42:19 -0700 Subject: [PATCH] fix(curriculum): improve Crowdin compatibility for lecture-what-is-css (#60177) Co-authored-by: Varshith Kalakota Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../lecture-what-is-css/672acbce8163374c903253c9.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acbce8163374c903253c9.md b/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acbce8163374c903253c9.md index cedb782f00b..042a5e79734 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acbce8163374c903253c9.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acbce8163374c903253c9.md @@ -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 `` 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 `` 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 `` tag? ## --answers--