Prev Demo
CSS3
>
Images
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>RWD Image with Width Property</h1> <style> .class { width:100%; height:auto; } </style> <img src="http://www.techfunda.com/HTPictures/Generics/5-635942140823078493.jpg" class="class"/> <p><strong>NOTE:</strong> Scale the browser, so that the image adjusts automatically.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output