🎴 Flashcard Mode
Front-End Development Technologies
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which of the following is not a valid HTML element?
AnswerClick to flip back
A
<script>
💡 Explanation:
The <script> element is not a valid HTML element. It is used to embed JavaScript code into an HTML document.