add and display images html code example
Example 1: adding image in html
<img src="image.png" alt="Description for image" width="250" height="250">
Example 2: html insert image
<img src='/images/my_cool_image.jpg' alt='LOCAL IMAGE: My Cool Image!'>
<img src='https://learn.coderslang.com/js-test-3.png' alt='REMOTE IMAGE: JavaScript Interview Question #3'>