Responsive Web Design makes your web page look good on all devices (desktops, tablets, and phones). It uses only HTML and CSS. The most important meta tag for responsive design is the viewport tag.
<meta name="viewport" content="width=device-width, initial-scale=1.0">max-width: 100%Edit the code below and click Run to see the result live.