HTML5 provides the really nice template element, which is used to declare fragments of HTML that can be cloned and inserted in the document by script. Which of the following answers are true for the template element?
Correct Answer: Any content within a template won't have side effects. Scripts don't run, images don't load, audio doesn't play, etc.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions