NEW
Font size
WorksheetsHTML Level 1
Total questions: 16
Worksheet time: 3mins
1) HTML stands for -
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
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>
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 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>
<img> is a ............. tag
insert image
Paragraph
Header
Challenge yourself
Code a title inside the head section .....
<title> .... </title>
<header> </header>
<h1>........<h1>
creates a header for the document
<Head>
<H2>
<Title>
<Header>
places text at the top of the browser window
<Title>
</Title>
<Head>
<Header>
