What does it mean by"responsive webpage"? Give an example? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does it mean by"responsive webpage"? Give an example?

14th Jun 2019, 5:32 AM
ankit doot
ankit doot - avatar
2 Answers
+ 2
Lets say you want to make a quiz. You will have to use JavaScript to evaluate your answers. Then the JS will *add* HTML code to display your result. This is an example of a responsive webpage Another example is a calculator
14th Jun 2019, 5:47 AM
Trigger
Trigger - avatar
+ 1
Responsive Web Design (webpage) is about using HTML and CSS to automatically resize, hide, shrink, or enlarge, a website, to make it look good on all devices. Example: Having a webpage designed for a large screen, to be functional and fit into a smaller screen such as a smartphone. More info https://developers.google.com/web/fundamentals/design-and-ux/responsive/
14th Jun 2019, 5:56 AM
Chris Coder
Chris Coder - avatar