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--