html5 - How Viewport works in css -


i working in css , using media jqueries make responsive web design. in tutorial on w3schools, add following code:

<meta name="viewport" content="width=device-width,initial-scale=1.0" /> 

but page has no chaned effect if remove tag.

i have created following page my created page here, viewport doesn't display expect.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -