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