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