HTML Basics Quiz – Module 1 (Introduction to HTML)

MCQ Paper

1. What does HTML stand for?





2. Which of the following is the correct way to declare the HTML5 document type?





3. Which tag is used to define the root of an HTML document?





4. Where should the <title> tag be placed in an HTML document?





5. Which section of an HTML document contains the content that is displayed in the browser window?





6. Which of the following is correct for creating a simple "Hello World" webpage?





7. The <!DOCTYPE html> declaration is used to:





8. Which part of the HTML structure is optional but recommended for SEO and metadata?





9. Which of the following is NOT a correct HTML element?





10. What will be displayed in the browser if only the following code is written?

      <!DOCTYPE html>
		<html>
  		<body>
    		  Hello World
  		</body>
		</html>
        




Wait for 20 seconds...

Post a Comment

Previous Post Next Post