Sunday, 24 July 2016

HTML Embedded and Interactive Elements

Embedded Elements
This elements are used to import content from other sources to html document.
ex: EMBED element is used as an integration point to plug in the content from other sources into the html document.

Different Embedded elements

  1. AUDIO: represents audio element.
  2. EMBED: represents the plugin content in html document.
  3. CANVAS: allows you to draw graphics using javascript
  4. IFRAME: represents an inline frame.
  5. IMG: represents an image.
  6. MATH: defines math expression in XHTML
  7. SVG: defines graphics in XHTML document.
  8. OBJECT: represents an embedded object.
  9. VIDEO: represents Videos streams.
Interactive Elements
This elements are used for user interaction.
ex: Audio element is used to play the audio file on html page.

Different Interactive Elements

  1. A: represents a link in html.
  2. AUDIO: represents audio element.
  3. BUTTON: represent a button.
  4. DETAILS: provides additional information or control for users.
  5. EMBED: represents the plugin content in html document.
  6. IFRAME: represents an inline frame.
  7. IMG: represents an image.
  8. INPUT: represents an input control.
  9. KEYGEN: represents control to generate key pairs.
  10. LABEL: represents label for an input element.
  11. MENU: represents a menu list.
  12. OBJECT: represents an embedded object.
  13. SELECT: represents a select list.
  14. TEXTAREA: represents multi line text input control.
  15. VIDEO: represents Videos streams.



0 comments:

Post a Comment