Font size
WorksheetsWeb Code Test 1
Total questions: 15
Worksheet time: 8mins
Which tag is used to define a hyperlink in HTML?
<link>
<href>
<a>
<URL>
Who is the inventor of the world wide web and also developed HTML?
Tim Ben Logan
Tim Berners Lee
Trent Volks
Tom Berners Lee
What goes in the <head> section?
Hair
Body
Paragraph
Title
You should save HTML files with which file extension?
.htm
.index
.webpage
.html
<p> is
opening paragraph tag
punctuation tag
closing paragraph tag
closing punctuation tag
Which of the following is an example of a web browser?
Microsoft word
Adobe Photoshop
Google Chrome
Microsoft Excel
When you type an address like:
Https://www.google.com/search?/=s...
What is the address called?
Search Query
Uniform Address
IP address
Uniform Resource Locator
The letter 'h' in <th> stands for?
(a)
Which of the following is an attribute used in the image tag to fetch an image?
href
src
title
img
A personal computer can be configured into a server.
True
False
What is an indentation?
Blank space at the beginning of a code
A kind of HTML tag
Blank space at the end of a code
Extra space between codes
Which HTML tag is a correct horizontal rule
<hor>
<hr></hr>
<hr>
<hh>
Which of these is not a list tag?
<li>
<ol>
<ul>
<LL>
What attribute in the image tag is used to create an alternative text in case the image did not load.
alt
title
src
text
What tag is used to make a bold text
<bold>
<p>
<u>
<b>
