Learn CSS Colors by Building a Set of Colored Markers - Step 6

Tell us what’s happening:

not a problem, but a question. regarding /meta/ element
meta name=“viewport”
content=“width=device-width, initial-scale=1.0”

what is viewport for?
does to use value of the content attribute (width=device-width)
must used viewport value first, or it doesnt matter?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>


Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Colors by Building a Set of Colored Markers - Step 6

Hi @rifqilubis

A viewport is the part of the web page that is visible on the screen.
The order of the attributes should not matter.

Happy coding

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.