NEW
Font size
WorksheetsHTML - DAY-1
Total questions: 15
Worksheet time: 3mins
What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyperlinking and Text Markup Language
Home Tool Markup Language
Which of the following is NOT a basic HTML tag?
<p>
<h1>
<br>
<css>
Which HTML tag is used to create a paragraph?
<para>
<p>
<paragraph>
<pg>
Which HTML tag is used to insert an image?
<img>
<image>
<picture>
<photo>
How many heading levels does HTML provide?
3
5
6
7
What is an HTML attribute?
A tag used to create tables
A property that provides additional information about an element
A tag used for images
A programming language for web design
In <img src="image.jpg" alt="Sample Image">, what is alt?
A required tag
An attribute name
An attribute value
A standalone tag
In an HTML tag, attribute values should always be enclosed in:
Parentheses ()
Curly braces {}
Single or double quotes ' "
Square brackets []
Which of the following is a standalone (self-closing) tag?
<p>
<br>
<h1>
<div>
Which of the following is a container element?
<meta>
<input>
<img>
<div>
Which type of web page is generated dynamically based on user input?
Static web page
Dynamic web page
Home page
Landing page
A static web page is one that:
Changes content dynamically
Is stored as a database entry
Displays fixed content unless manually updated
Is created using JavaScript frameworks
What are the three main components of web development?
HTML, Java, SQL
Frontend, Backend, Database
JavaScript, Python, PHP
Bootstrap, CSS, PHP
What is the role of frontend development?
Manages the server and database
Handles the logic and data processing
Performs security testing
Creates the user interface and experience
Which language is used for structuring web pages?
HTML
CSS
JavaScript
Python
