Task 8: Controlling question navigation
Multiple-choice exercise
Choose the correct answer for each question.
How do you create comments in XHTML code?
- //comment
- <!-- comment -->
- /* comment */
How do you create comments in CSS code?
- //comment
- <!-- comment -->
- /* comment */
How do you create comments in JavaScript code?
- //comment
- <!-- comment -->
- /* comment */