HTML code for image scaling
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <h1>Wide Style</h1> <img src="http://java2s.com/style/logo.png" height="32" width="100%" alt=""/> </body> </html>