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 Basic
⏱
15:00
Quit
0 / 20 answered
0%
HTML Basic
10 questions · Medium difficulty · 00:20:00 min
🔥 In Progress
Question 1
What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
Hyper Text Making Language
Question 2
Which HTML tag is used for the largest heading?
h6
h1
heading
h3
Question 3
Which tag is used to create a hyperlink in HTML?
<link>
<a>
<href>
<hyper>
Question 4
How do you insert an image in HTML?
<img>
<image>
<src>
<picture>
Question 5
Which tag creates a line break in HTML?
<break>
<br>
<newline>
<hr>
Question 6
Which attribute specifies the URL for an <a> tag?
src
href
link
ref
Question 7
Which tag defines an unordered list?
<ol>
<ul>
<li>
<list>
Question 8
Which tag defines a table row?
<td>
<tr>
<th>
<row>
Question 9
How do you write a comment in HTML?
// comment
/* comment */
<!-- comment -->
# comment
Question 10
Which tag is used for the footer of a document?
<footer>
<foot>
<bottom>
<end>
Question 11
Which attribute provides alternative text for an image?
title
alt
src
aria-label
Question 12
Which of the following is a block-level element?
<span>
<div>
<a>
<strong>
Question 13
Which tag defines the title of an HTML document?
<title>
<head>
<h1>
<meta>
Question 14
How do you create a checkbox in HTML?
<checkbox>
<input type="checkbox">
<input type="check">
<check>
Question 15
Which tag defines a dropdown list?
<select>
<input type="dropdown">
<list>
<dl>
Question 16
Which semantic element defines navigation links?
<nav>
<navbar>
<navigation>
<menu>
Question 17
What does the <!DOCTYPE html> declaration do?
It specifies the HTML version (HTML5) for the browser.
It defines a style for the page.
It links to an external JavaScript file.
It declares the page as XML.
Question 18
Which tag is used to embed an external stylesheet?
<style>
<link>
<script>
<css>
Question 19
Which attribute is used to open a link in a new tab?
href="_new"
target="_blank"
rel="external"
target="_new"
Question 20
Which semantic element represents a standalone article?
<article>
<section>
<div>
<main>
✅ Answered:
0
⬜ Unanswered:
8
📊
20%
done
Submit Answers →