Image Width and Height

Example setting image width and height.

Preview

Code

<img src="https://via.placeholder.com/300x150"
width="300"
height="150"
alt="Sized Image">

More HTML Images Examples (11)