Explain the difference between responsive website coding and mobile-first strategy coding.
A responsive website is reactive — the design moving fluidly to fit devices. A mobile-first website is when the mobile website planned and designed in tandem with the desktop site, making proactive changes to the overall design to ensure the mobile experience is just as good as the desktop experience
Is This Answer Correct ? | 0 Yes | 0 No |
What is the origin of CSS ?
What does font weight mean in css?
How do you change the background color?
What is the purpose of a style sheet?
How do I change my background?
What is latest javascript version?
Can multiple divs have the same id?
What is the difference between class selectors and id selectors?
Can css be used with other than html documents?
What will this piece of css code do to an element? .container { margin: 0 auto; }
Define ‘important’ declarations used in css.
Which property is used to set the width of the outline?