The <img> width attribute is used to specify the width of the image in pixels.
Syntax:
<img width="pixels">
Attribute Values: It contains single value pixels which specify the width of the image in pixel.
Example:
html
<!DOCTYPE html>
< html >
< head >
< title >
HTML img width Attribute
</ title >
</ head >
< body >
< h1 >GeeksforGeeks</ h1 >
< h2 >HTML img width Attribute</ h2 >
< img src=
alt="GeeksforGeeks logo"
width="200px"
height="200px">
</ body >
</ html >
|
Output:
Supported Browsers: The browser supported by HTML <img> width attribute are listed below:
- Google Chrome
- Edge 12 and above
- Internet Explorer
- Firefox
- Safari
- Opera
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
22 Jul, 2022
Like Article
Save Article