Preparing for interviews in web development? Dive into HTML basics with our set of Multiple-Choice Questions (MCQs) on HTML Basic Structure and Elements. Understanding HTML structure and essential elements is fundamental for any web developer. These MCQs cover key concepts like document structure, and tags for defining titles, bodies, paragraphs, lists, tables, and more.
Ideal for interview preparation, these questions help candidates solidify their understanding of HTML fundamentals, ensuring they can confidently tackle questions related to HTML structure and elements during interviews. Whether you’re a beginner or brushing up on your skills, mastering HTML basics is a crucial step towards becoming a proficient web developer.
1.) What is the primary purpose of the <html> tag in HTML?
2.) Which HTML tag is used to define the title of the document?
3.) What is the purpose of the <body> tag in HTML?
4.) Which tag is used to create a hyperlink in HTML?
5.) What does the <img> tag define in HTML?
6.) Which tag is used to create an unordered list in HTML?
7.) What is the purpose of the <li> tag in HTML?
8.) Which tag is used to create a table in HTML?
9.) What is the purpose of the <th> tag in HTML?
10.) Which tag is used to create a paragraph in HTML?