Edu
Hub
Dashboard
Courses
My Progress
Leaderboard
AI Tools
AR
AR
Abdullah Rashid
abdullah@example.com
Navigation
🏠
Dashboard
📚
Courses
📈
My Progress
🏆
Leaderboard
✨
AI Tools
👤
Profile
🚪
Log Out
←
HTML Intermediate
⏱
15:00
Quit
0 / 20 answered
0%
HTML Intermediate
10 questions · Medium difficulty · 00:20:00 min
🔥 In Progress
Question 1
Which HTML element is used to define navigation links?
<nav>
<header>
<menu>
<ul>
Question 2
What does the "alt" attribute in an <img> tag provide?
Alternative text if image cannot be displayed
Image alignment
Image border
Image tooltip
Question 3
Which HTML tag is used to create a dropdown list?
<input type="dropdown">
<select>
<list>
<dropdown>
Question 4
What is the purpose of the <meta> tag?
Provides metadata about the HTML document
Creates a meta description visible on page
Links to external resources
Defines a meta search engine
Question 5
Which attribute specifies that an input field must be filled out?
required
mandatory
validate
mustfill
Question 6
How do you embed a video in HTML without using Flash?
<video>
<embed>
<media>
<movie>
Question 7
What does the <article> element represent?
A standalone piece of content like a blog post
A sidebar
The main heading
A navigation menu
Question 8
Which input type creates a slider control?
range
slider
number
scale
Question 9
What is the difference between <div> and <span>?
<div> is block-level, <span> is inline
<div> is inline, <span> is block-level
No difference
<div> is for styling, <span> is for layout
Question 10
Which HTML element is used to display a scalar measurement within a range?
<meter>
<progress>
<range>
<gauge>
Question 11
What does the "target" attribute with "_blank" value do?
Opens the link in a new tab or window
Opens the link in the same frame
Opens the link in the parent frame
Prevents opening the link
Question 12
Which tag is used to define a client-side image map?
<map>
<imagemap>
<area>
<usemap>
Question 13
How can you make a list that lists its items with Roman numerals?
<ol type="I">
<ol type="i">
<ul type="roman">
<list style="roman">
Question 14
What is the purpose of the <fieldset> element?
Groups related form elements
Creates a field for file upload
Defines a set of fields
Adds a border to form
Question 15
Which HTML element defines the title of a document (shown in browser tab)?
<title>
<head>
<h1>
<caption>
Question 16
What does the "autocomplete" attribute do in a form?
Enables browser auto-fill suggestions
Automatically submits the form
Completes the form with default values
Validates the form automatically
Question 17
Which tag is used to define a table caption?
<caption>
<thead>
<title>
<legend>
Question 18
What is the correct way to link an external CSS file?
<link rel="stylesheet" href="style.css">
<style src="style.css">
<css src="style.css">
<stylesheet href="style.css">
Question 19
Which HTML5 feature allows you to draw graphics on the fly?
<canvas>
<svg>
<graphics>
<draw>
Question 20
What does the "async" attribute do in a <script> tag?
Script is fetched asynchronously without blocking HTML parsing
Script executes immediately
Script is deferred until HTML is parsed
Script is cached
✅ Answered:
0
⬜ Unanswered:
8
📊
20%
done
Submit Answers →