Hello programmers, we are all familiar with the basics of HTML5 and CSS3 but when we make a web page using only HTML and CSS (without media query) then the site is not responsive.
What is a responsive web page? A responsive web page means the user interface or front end of the web page looks the same, whether we use a computer system, a tablet or a mobile device.
Code without CSS media query
Output on the computer system
Now If we get the output in a mobile device then:
Here in the mobile device, the content is not in the right position.
Now we use media query of CSS