About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <body> <h2>Image Size</h2> <p>Here we use the style attribute to specify the width and height of an image:</p> <img src="https://itupto.com/avatar.png" alt="Girl in a jacket" style="width:500px;height:600px;"> </body> </html>