Exam (elaborations)
HTML Exam with 100% correct answers
- Course
- Institution
<script> - correct answer Used to embed or reference executable code Example: <script> ElementById("demo").innerHTML = "Hello JavaScript!"; </script> <style> - correct answer Used to change the color of text on a page Example: <style> h1 {color:red;} ...
[Show more]