Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
General Tools
Password Generator
HTML Editor
HTML Encoder
Base 64
Code Diff
JSON Beautifier
CSS Beautifier
Markdown Convertor
Find the Closest Tailwind CSS Color
Phrase encrypt / decrypt
Browser Feature Detection
Number convertor
JTW Decoder
CSS Maker
CSS Maker
CSS Maker text shadow
CSS Maker Text Rotation
CSS Maker Out Line
CSS Maker RGB Shadow
CSS Maker Transform
CSS Maker Font Face
Color Tools
Color Picker
Colors CMYK
Colors HWB
Colors HSL
Color Hex
Color mixer
Color Converter
Colors RGB
Color Contrast Analyzer
Color Gradient
String Tools
String Length Calculator
MD5 Hash Generator
Sha256 Hash Generator
String Reverse
URL Encoder
URL Decoder
Base 64 Encoder
Base 64 Decoder
Extra Spaces Remover
String to Lowercase
String to Uppercase
Word Count Calculator
Empty Lines Remover
HTML Tags Remover
Binary to Hex
Hex to Binary
Rot13 Transform on a String
String to Binary
Duplicate Lines Remover
EN
DE
RU
FR
ES
Change theme
Dark
Light
System
Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
How To
How To NodeJs
How To Linux
How To AngularJs
How To PHP
How To HTML
How To CSS
How To Symfony
How To Git
How To Apache
How To JavaScript
How To Java
How To Vue.js
How To Python
HTML Basics
1/25
HTML stands for
Hyper Text Modul Language
Hyper Text Markup Language
Hyper Test Markup Language
Hyperlink Markup Language
Next >
2/25
Where can we use the <style> tag?
Only in the <head> element
Only in the <body> element
In both the <head> and <body> elements
Next >
3/25
What is the HTML element used to display an image?
<image>
<picture>
<img>
<pic>
Next >
4/25
Which of the tags below must be located in the <head> section of your page?
<title>
<meta>
<form>
<link>
Next >
5/25
Which of the following tags is used to create an ordered list?
<ul>
<ol>
Next >
6/25
<h3> is the biggest heading tag.
True
False
Next >
7/25
Which of the following tags is used to create an unordered list?
<ul>
<ol>
Next >
8/25
Which tag is used to make a text bold?
<strong>
<bold>
<b>
<em>
Next >
9/25
Select inline elements.
<span>
<a>
<table>
<p>
Next >
10/25
Which of the following table tags is used to create a table data cell?
<td>
<th>
<tr>
<table>
Next >
11/25
Where is the <script> tag used?
Only in the <head> tag
Only in the <body> tag
In both the <head> and <body> tags
Nowhere
Next >
12/25
Which tag indicates a form field where the user can enter large amounts of text?
<textarea>
<button>
<a>
<label>
Next >
13/25
Which HTML tag is used to display an image?
<img>
<picture>
<image>
<pic>
Next >
14/25
Which HTML tag is used to create a table row?
<tr>
<td>
<th>
<table>
Next >
15/25
How can you define a hyperlink to open in a new browser window or tab?
Using the target attribute with a value of '_blank'
By adding 'new' in the href attribute
Using JavaScript code
It's not possible to open a new window/tab with HTML
Next >
16/25
What does the HTML <code> tag represent?
Inline code or a code snippet
A block of code
Executable code
Code comments
Next >
17/25
What does the HTML <ol> tag represent?
An ordered (numbered) list
An unordered list
A list item
A definition list
Next >
18/25
In HTML, what is the purpose of the <iframe> tag?
To embed another webpage within the current page
To create a clickable hyperlink
To display an image
To format text
Next >
19/25
Which HTML tag is used to define a section or division within an HTML document?
<div>
<section>
<article>
<p>
Next >
20/25
What does the HTML <abbr> tag represent?
An abbreviation or acronym
A block of code
A highlighted text
A comment block
Next >
21/25
Which HTML tag is used to create a superscript text?
<sup>
<sub>
<small>
<uppercase>
Next >
22/25
Which HTML tag is used to create a hyperlink that opens an email client to send an email?
<a href="mailto:email@example.com">
<email>
<mailto>
<link>
Next >
23/25
What is the purpose of the HTML <fieldset> tag?
To group related form elements together
To create a clickable hyperlink
To display an image
To format text
Next >
24/25
Which HTML tag is used to insert a horizontal line on a webpage?
<hr>
<line>
<br>
<divider>
Next >
25/25
Which HTML tag is used to create a drop-down list?
<select>
<dropdown>
<list>
<menu>
Next >
To get the result of the quiz, please provide your email address (optional)..
Get Certificate
It seems you haven't answered any questions yet. Please provide your answers to proceed.