Scripting Flashcards
Scripting
In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently JavaScript. Certain elements support this capability.
canvas
Use the HTML element with either the canvas scripting API or the WebGL API to draw graphics and animations.
noscript
The HTML element defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.
script
The HTML element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code. The element can also be used with other languages, such as WebGL’s GLSL shader programming language and JSON.