No student devices needed. Know more
20 questions
1) HTML stands for -
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
Which character is used to represent the closing of a tag in HTML?
<\ >
<! >
</ >
<. >
How to create a hyperlink in HTML?
<a href = "www.javatpoint.com"> javaTpoint.com </a>
<a url = "www.javatpoint.com" javaTpoint.com /a>
<a link = "www.javatpoint.com"> javaTpoint.com </a>
<a> www.javatpoint.com <javaTpoint.com /a>
Which of the following element is responsible for making the text italic in HTML?
<i>
<italic>
<pre>
<it>
How to insert an image in HTML?
<img href = "jtp.png" />
<img url = "jtp.png" />
<img link = "jtp.png" />
<img src = "jtp.png" />
Which of the following tag is used to make the underlined text?
<i>
<pre>
<ul>
<u>
Which of the following is the paragraph tag in HTML?
<p>
<b>
<pre>
None of the above
An HTML program is saved by using the ____ extension.
.ht
.html
.hml
None of the above
A program in HTML can be displayed and read by -
Web browser
Server
Interpreter
None of the above
The tags in HTML are -
case-sensitive
in upper case
not case sensitive
in lowercase
Which computer language structures all webpages on the internet?
Java
HTML
CSS
JS
Challenge yourself
Code a paragraph that displays Hello HTML
<p> Hello HTML </p>
P = Hello HTML
Which one of these tags creates a heading?
<p>
<h1>
<img>
Challenge yourself
Code a heading that displays Hello World
<h1>Hello World</h1>
h1= Hello World
<h1>Hello World<h1>
<img> is a ............. tag
insert image
Paragraph
Header
Which of the following element is responsible for making new line in HTML?
<br>
<a>
<b>
<pre>
Which of the following tag is used for inserting the smallest heading in HTML?
<h3>
<h1>
<h5>
<h6>
Challenge yourself
Code a title inside the head section .....
<title> .... </title>
<header> </header>
<h1>........<h1>