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
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
- AUDIO: represents audio element.
- EMBED: represents the plugin content in html document.
- CANVAS: allows you to draw graphics using javascript
- IFRAME: represents an inline frame.
- IMG: represents an image.
- MATH: defines math expression in XHTML
- SVG: defines graphics in XHTML document.
- OBJECT: represents an embedded object.
- 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
- A: represents a link in html.
- AUDIO: represents audio element.
- BUTTON: represent a button.
- DETAILS: provides additional information or control for users.
- EMBED: represents the plugin content in html document.
- IFRAME: represents an inline frame.
- IMG: represents an image.
- INPUT: represents an input control.
- KEYGEN: represents control to generate key pairs.
- LABEL: represents label for an input element.
- MENU: represents a menu list.
- OBJECT: represents an embedded object.
- SELECT: represents a select list.
- TEXTAREA: represents multi line text input control.
- VIDEO: represents Videos streams.
0 comments:
Post a Comment