<i> tag image code example
Example 1: img tag html
<img src="peng_ting.jpg" alt="peng ting" width="500" height="600">
Example 2: img tag
<img src="img.jpg" alt="alt" width="100%">
<img src="peng_ting.jpg" alt="peng ting" width="500" height="600">
<img src="img.jpg" alt="alt" width="100%">