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
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
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
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 >
2/25
How you can open the link in a new window?
target="_new"
target="_window"
target="_blank"
Next >
3/25
What is the HTML element used to display an image?
<image>
<picture>
<img>
<pic>
Next >
4/25
How to make a text italic?
<em>Some text.</em>
<italic>Some text.</italic>
<i>Some text.</i>
<strong>Some text.</strong>
Next >
5/25
Which of the following HTML tags is not valid?
<h1>
<h8>
<h4>
<h5>
Next >
6/25
Which of the following answer options is not an HTML attribute?
alt
target
fontSize
id
Next >
7/25
What is the HTML form input used to send information of the form to the server?
<input type="server">
<input type="submit">
<input type="send">
<input type="mail">
Next >
8/25
What is the HTML attribute used to reference the location of an image inside the <img> tag?
src
href
link
location
Next >
9/25
Which of the following tags is used to create an unordered list?
<ul>
<ol>
Next >
10/25
What is called an element that does not have a closing tag?
Tag
Empty tag
Closed tag
Next >
11/25
Select the correct example of an empty element.
<img>
</ img>
<img> </img>
Next >
12/25
Which of the following table tags is used to create a table data cell?
<td>
<th>
<tr>
<table>
Next >
13/25
What does HTML stand for?
Hyper Text Markup Language
Hyperlink and Text Markup Language
High-Level Text Markup Language
Hypertext Transfer Markup Language
Next >
14/25
How can you add a comment in HTML?
<!-- This is a comment -->
// This is a comment
/* This is a comment */
<# This is a comment #>
Next >
15/25
Which HTML tag is used to display an image?
<img>
<picture>
<image>
<pic>
Next >
16/25
What is the correct HTML tag for a line break?
<br>
<lb>
<newline>
<linebreak>
Next >
17/25
What does the HTML <code> tag represent?
Inline code or a code snippet
A block of code
Executable code
Code comments
Next >
18/25
Which HTML tag is used to create a horizontal rule (a thematic break)?
<hr>
<br>
<line>
<divider>
Next >
19/25
What does the HTML <blockquote> tag represent?
A section of quoted text
A block of code
A highlighted text
A comment block
Next >
20/25
Which HTML tag is used to define an external stylesheet?
<link>
<style>
<script>
<css>
Next >
21/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 >
22/25
Which HTML tag is used to create a superscript text?
<sup>
<sub>
<small>
<uppercase>
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 create a drop-down list?
<select>
<dropdown>
<list>
<menu>
Next >
25/25
Which HTML tag is used to create an image map?
<map>
<image>
<area>
<imgmap>
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.