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