NEW
Font size
WorksheetsHTML
Total questions: 15
Worksheet time: 12mins
What does HTML stand for?
Hyper Text Markup Language
Holistick Technical Method Library
Hyper Tax Makes Line
None of the above
<a> and </a> are the tags used for ______
Adding image
Aligning text
Audio-voiced text
Adding links to your page
To add a plain color background to your web page, use which of the following?
<body bgcolor= “36,24,35”>
<body color= “red”>
<body bgcolor= “red">
None of the above
What is the correct HTML for creating a hyperlink?
a) <a>https://w.w.w.gkseries.com</a>
b)
c) <a url=”https://w.w.w.gkseries.com> Gkseries.com</a>
d) <a href=”https://www.gkseries.com”> Gkseries.com</a>
<a>https://w.w.w.gkseries.com</a>
<a name=”https://w.w.w.gkseries.com”> Gkseries.com</a>
<a url=”https://w.w.w.gkseries.com> Gkseries.com</a>
<a href=”https://www.gkseries.com”> Gkseries.com</a>
What kind of list will <ol> tags create?
Numbered list
Bulleted list
Unordered list
None of the above
Choose the correct HTML tag to make a text bold
<bd>
<bold>
<bl>
<b>
What is the correct HTML code for inserting an image?
a) <img>image.gif</img>
b) <img href=”image.gif/>
c) <img src=”image.gif”>
d) None of the above
<img>image.gif</img>
<img href=”image.gif/>
<img src=”image.gif”>
None of the above
The HTML tags are all
in lower case
in upper case
tags are case sensitive
tags are not case sensitive
Which of these tags are all <table> tags?
<table><tr><tt>
<table><tn><tr>
<table><tr><td>
<table><tr><tn>
For creating drop down list in HTML forms which element is suitable
<list>
<dropdown>
<select>
all the above
In HTML form <input type="text"> is used for -
one line text
block of text
one paragraph
None
Choose the correct HTML element for the largest heading:
<h6>
<head>
<heading>
<h1>
Inline elements are normally displayed without starting a new line.
False
True
Which of the following tags is used to make a portion of text italic in HTML?
<italic>
<style="i">
<i>
<style="italic">
Which among the following is correct HTML code for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
