11.) What role did HTML play in the early days of the World Wide Web?
A) It allowed for the creation of dynamic web applications.
B) It facilitated the exchange of information and resources over the internet.
C) It provided advanced styling options for web pages.
D) It enabled real-time collaboration on web documents.
12.) Which statement best describes the historical significance of HTML?
A) HTML laid the foundation for modern programming languages.
B) HTML revolutionized communication and information sharing on the internet.
C) HTML was primarily used for scientific research purposes.
D) HTML was developed as a proprietary technology by a single corporation.
13.) Which element is used to enclose the entire content of an HTML document?
A) <head>
B) <body>
C) <html>
D) <title>
14.) What is the purpose of the <title> element in HTML?
A) It defines the main heading of the document.
B) It specifies the title of the web page.
C) It creates a hyperlink to another webpage.
D) It sets the background color of the page.
15.) Which of the following tags is used to define the body of an HTML document?
A) <head>
B) <title>
C) <body>
D) <html>
16.) What is the role of HTML in web development?
A) Defines the layout and style of a webpage.
B) Handles server-side operations.
C) Defines the structure and content of a webpage.
D) Manages user interactions.
17.) Which of the following is NOT a valid HTML tag?
A) <header>
B) <paragraph>
C) <footer>
D) <nav>
18.) What is the purpose of the <head> element in HTML?
A) It defines the main heading of the document.
B) It specifies the title of the web page.
C) It contains metadata about the document.
D) It defines the body content of the document.
19.) Which version of HTML introduced semantic elements like <header> <footer> and <nav>?
A) HTML 4
B) XHTML
C) HTML5
D) HTML 3.2
20.) Which of the following is NOT true about HTML?
A) It can only create static web pages.
B) It is easy to learn and understand.
C) It can be used to create complex web applications.
D) It is the standard markup language for web development.