HTML embed

Previous
Next

embed tag:   

  • By using this tag we can embed the external “plug ins” like media player control, flash player control etc., on the web page.
  • Based on the source file, this element embeds that relevant plug in on the web page.
  • Some of the browsers unable to recognize the plug in from the system results error.
<!DOCTYPE html>
<html>
	<body bgcolor="cyan">
		<embed src="…..//source.avi">
	</body>
</html>

Embed video with many properties:

<!DOCTYPE html>
<html>
	<body bgcolor="cyan">
		<embed src=".....//source.avi" autoplay="false" loop='false' width='500' height='500'>
	</body>
</html>
Previous
Next

Courses Enquiry Form