Embedding an image

Notes:

html - embedding image.
html embed tag: is a paired tag
attributes:
src="file path"
width and height attributes take values in pixel or percentage.
border takes value in pixels.

Interview Questions: