html a 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="the source image's url" alt="the image's description">
<img src="peng_ting.jpg" alt="peng ting" width="500" height="600">
<img src="the source image's url" alt="the image's description">