HTML width and height Attributes

Example showing width and height attributes for images.

Preview

Code

<img src="https://via.placeholder.com/400x200"
width="400"
height="200"
alt="Image with width and height">

More HTML Attributes Examples (9)