<img src='image_without_dimensions.jpg' alt='An image without dimensions' style='ignored-style' />
<img src='image_with_width.jpg' alt='An image with a width attr' width='300' data-ignored='ignored data' />
<img src='image_with_width.jpg' alt='An image with a height attr' height='300' data-ignored='ignored data' />
<img src='image_with_width_and_height.jpg' alt='An image with width and height' width='300' height='300' id='ignored-id' />
<img src='image_with_width_and_height.jpg' width='300' height='300' id='ignored-id' />
<img src='image_with_width_and_height.jpg' id='ignored-id' />
<img id='ignored-id' />
<img src='image_with_no_width_value.jpg' width height='123' id='ignored-id' />
<img src='image_with_no_height_value.jpg' width='123' height id='ignored-id' />
<img src='image_with_no_dimention_values.jpg' width height id='ignored-id' />
|