1. What does HTML stand for?
Hyper Text Markup Language
Hyper Trainer Marking Language
Hyperlinks Text Mark Language
Hyperlinking Text Marking Language
2. Choose the correct HTML tag for the largest heading:
3. What is the correct HTML element for inserting a line break?
4. Which HTML tag is used to define an internal style sheet?
<style>
<css>
<stylesheet>
<design>
5. Which HTML attribute is used to define inline styles?
6. Which HTML tag is used to create an unordered list?
7. Which HTML tag is used to create a hyperlink?
<link>
<a>
<hyperlink>
<url>
8. How can you open a link in a new tab/browser window?
<a href="url" target="_blank">
<a href="url" new>
<a href="url" target="new">
<a href="url" window="_blank">
9. Which of these tags are used to make a text bold?
<b>
<bold>
<strong>
Both <b> and <strong>
10. In HTML, which tag is used to display text with a scrolling effect?
<scroll>
<marquee>
<text>
<slide>
11. How do you add a background color in HTML?
<body style="background-color:yellow;">
<body bgcolor="yellow">
<background color="yellow">
<body background="yellow">
12. Which HTML element defines the title of a document?
<head>
<title>
<header>
<meta>
13. What is the purpose of the <meta> tag in HTML?
To define the main content of the HTML document.
To create hyperlinks.
To provide metadata about the HTML document.
To define styles for the HTML document.
14. Which tag is used to define a table in HTML?
<table>
<tab>
<grid>
<layout>
15. Which tag is used to define table headers in HTML?
16. In HTML, you can embed audio files using which tag?
<audio>
<sound>
<music>
<embed>
17. Which input type defines a checkbox?
checkbox
check
input type="checkbox"
<checkbox>
18. Which HTML element is used to display a scalar measurement within a known range?
<range>
<measure>
<meter>
<track>
19. What is the correct syntax for the HTML5 doctype?
<!DOCTYPE html>
</DOCTYPE html>
<DOCTYPE HTML>
<DOCTYPE HTML!>
20. Which HTML element represents a navigation section?
<navigate>
<navigation>
<nav>
<menu>
21. What is the function of the <aside> tag in HTML5?
Defines the main content of a page
Represents content that is tangentially related to the content around it
Used for advertising banners
Creates a sidebar for primary navigation
22. Which HTML tag is used to define a footer for a document or section?
<bottom>
<footer>
<header>
<section>
23. Which of the following is NOT a semantic element in HTML5?
<header>
<div>
<article>
<nav>
24. Which attribute is used with the <img> tag to provide alternative text for an image?
25. Which tag is used to create a dropdown list in HTML forms?
<dropdown>
<select>
<option>
<list>