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 external JavaScript code within an HTML document.