Computer Science, asked by bhageerath3211, 1 year ago

What tag can i use to embed an object into an html code?

Answers

Answered by creamiepie
0
==>The <object> tag is used to embed an object into an HTML code
Answered by Anonymous
0

Explanation:

The HTML <object> tag is used for embedding an object within an HTML document. Use this tag to embed multimedia in your web pages. You can use the <param> tag to pass parameters to plugins that have been embedded using the <object> tag. You can also use the <object> tag to embed another webpage into your HTML document.

Similar questions