tion Javascript is included in an HTML file with the help of tag Select one: ed O a. style out of O b. head g O c. script on O d. body revious Edge Next page
Answers
Answered by
0
c.) Script
- The script tag is used to embed a client-side script (JavaScript). The script element either contains scripting statements, or it points to an external script file through the src attributes. JavaScript is frequently used for content modifications, form validation, and picture manipulation.
- The script HTML element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code. The script element can also be used with other languages, such as WebGL's GLSL shader programming language and JSON.
- If the async property is present for classic scripts, the classic script will be fetched concurrently with parsing and evaluated as soon as it becomes available.
- If the async property is present for module scripts, the scripts and all of their dependencies will be run in the defer queue; as a result, they will be fetched concurrently with parsing and evaluated as soon as they are available.
Hence, option c is correct.
Learn more here
https://brainly.in/question/34053840
#SPJ1
Similar questions