🎴 Flashcard Mode

Basic Javascript Quiz

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Inside which HTML element do we put the JavaScript?

AnswerClick to flip back
A
<script>
💡 Explanation:

To include JavaScript code in an HTML document, we use the

Change Mode