What is the purpose of the <script> element?

to link CSS to HTML

to link HTML to Python

to link Python to CSS

to link HTML to JavaScript

The purpose of the <script> element is to link HTML to JavaScript. It is used to embed or reference a script within an HTML document, allowing for interactive functionality and dynamic content on a webpage.