Question
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
to link CSS to HTML
to link HTML to Python
to link Python to CSS
to link HTML to JavaScript
Answers
GPT 3.5
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.