HTMLÂ Responsive Web Design
Responsive web design creates web pages that will look great and user friendly on all devices. It is responsible for will automatically adjust for different screen sizes ,devices and viewports. To create a responsive website, add the <meta> tag to all your web pages: Syntax: <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> Below is the example for responsive design : Example: HTML …