Embedding Video Files

Notes:

html - embedding video:
html embed tag: embed tag is a paired tag
attributes:
src="video file address"
width="value in pixel or %"
height="value in pixel or %"
autostart

Interview Questions: