Which Of The Following Code Set The Webpage Correctly Displayed #439
Which of the following code set the webpage correctly displayed on a device?
This multiple choice question (MCQ) is related to the book/course
gs gs105 CSS (Cascading Style Sheets).
It can also be found in
gs gs105 CSS3 Fundamentals, Transitions & Animations - CSS3 Animation with Responsive Web Design - Quiz No.1.
Which of the following code set the webpage correctly displayed on a device?
<meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="viewport" content="width=device-width, initial-scale=2.0"><meta name="viewport" content="width=device-width, initial-scale='parent-size'"><meta name="viewports" content="width=device-width, initial-scale=1.0">