NEW
Font size
WorksheetsHTML Recap
Total questions: 20
Worksheet time: 7mins
Which of the following software’s used to build a website?
Notepad
Excel
PowerPoint
Adobe Photoshop
Text within <STRONG> …… <STRONG> tag is displayed as __________.
list
bold
italic
indented
Which tag is used to display the numbering list?
<OL>…</OL>
<LI>.....</LI>
<DL>...</DL>
<UL>....</UL>
HTML stands for __________.
Hypertext Markup Language
Hyper Tech Markup Language
Hyper Teach Markup Language
Hyper Text Markup Language Programming
Which of the following tag is used to mark a beginning of paragraph ?
<td>
<tr>
<p>
<br>
Correct HTML tag for the largest heading is __________
<h1>
<h2>
<h6>
<h4>
which of the following syntax of web pages starts?
<body>
<title>
<html>
<form>
Correct HTML to left align the content is ________.
<p left>
<p align = "left">
<p style = "text-align: left";>
<p "text-align: left":>
What is the correct HTML for adding a background color?
<background>yellow<Background>
<body color = "yellow">
<body style="background-color: skyblue;">
<body style = bg ="yellow">
The body tag usually used after __________.
Title
Body
Form
Head
Which of the following is TRUE for HTML links?
<a> https;// w.w.w.gkseries.com </a>
<a name "https;/w.w.w.gkseries.com"> </a>
<a href = "https://www.gkseries.com"> Gkseries.com</a>
<a href = "https://w.w.w.gkseries.com"> Gkseries.com</a>
Line break or new line can be added in HTML pages by using _________.
<br>
<break>
<line>
<new-line>
Which tag display text in Italic?
<italic>
<i>
<hr>
<b>
which of the following HTML enclosed syntax?
# and #
? and !
< and >
{ and }
<a> and </a> are the tags used for _________.
adding image
adding text
adding audio voiced text
adding hyperlink to your page
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<image src="apple.jpg">
<img src="apple.jpg">
<img ="apple.jpg">
You should save HTML files with which file extension?
.htm
.webpage
.index
.html
Which is the correct HTML tag for creating an unordered list?
<ul>
<ol>
<li>
<ulist>
Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"
Tim Sweeney
Tim Berners-Lee
Tim Cook
Thomas Cook
Between which paired tags would the visible content of a webpage be displayed?
<html></html>
<body></body>
<head></head>
<title></titlehead>
