HTML FORMS /
Responsive Forms, Components & Image
/
Responsive Image
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .responsive { width: 100%; height: auto; } </style> </head> <body> <h2>Responsive Image</h2> <img src="../thumb/Singapore%20City.jpg" " alt="Office" class="responsive" width="600" height="400"> </body> </html>