MCQ
Which tag wraps the entire HTML document?
Unit-3 Programming Fundamentals
A
<head>
B
<body>
C
<html>
D
<title>
Explanation
The <html> tag is the root element that contains the whole HTML document.
Related MCQs
Which attribute specifies the source file of an image in the <img> tag?
Unit-3 Programming Fundamentals
View
What is JavaScript mainly used for in web development?
Unit-3 Programming Fundamentals
View
Which tag is used to create a paragraph in HTML?
Unit-3 Programming Fundamentals
View
How many total iterations will these nested loops perform: outer 4 times and inner 3 times?
Unit-3 Programming Fundamentals
View
In JavaScript, what is the purpose of the else part of an if-else statement?
Unit-3 Programming Fundamentals
View
What is the default numbering style of an ordered list in HTML?
Unit-3 Programming Fundamentals
View