• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Why is the Embed Tag Used in HTML?

Resolved: Why is the Embed Tag Used in HTML?

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

Why is the Embed Tag Used in HTML? Why not using like “CSS” or “XML”?
I need someone to explain why

Answer:

It allows adding an external resource (video, text, image, plug-in…) to your web page by creating a container that can receive such external data streams. However, it is often better to use more specific tags like <img>, <iframe>, or <video>.
It is also possible to achieve a similar embedding functionality with XML, but use cases are less common. However, CSS is for style only: it changes the appearance of DOM objects on the page.

If you have better answer, please add a comment about this, thank you!

html
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: Time Complexity: Find the number of people who know a secret leetcode 2327

24/03/2023

Resolved: Best way to create 3d matrix of variables in PULP

24/03/2023

Resolved: Openlayers: Update clusters depending on filter (geometryFunction)

24/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.