Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which best defines what a script tag does? a tag used to write programm…

Question

which best defines what a script tag does? a tag used to write programming scripts a tag used to set up a dns server a tag used to program scripts a tag which holds programming scripts

Explanation:

Brief Explanations

In HTML, the <script> tag is used to embed or reference JavaScript code (programming scripts). It holds the programming scripts rather than being used to write or program them from scratch (as the code inside is already written). Setting up a DNS server is completely unrelated to the <script> tag.

Answer:

A tag which holds programming scripts