Programming Tag of HTML
- <script> Define a client-side script (JavaScript)
- <noscript> Defines an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script
- <applet> Defines an embedded applet(a very small application, especially a utility program performing one or a few simple functions)
- <embed> Defines a container for an external application or interactive content (a plug-in)
- <object> Defines an embedded object within an HTML document. Use this element to embed multimedia
- <param> Define parameters for plugins embedded with an object element
So, This is an only Programming Tag, Whch is totally used in HTML Coding Languages.
0 Comments