Font size
WorksheetsBasics of Web Design Test
Total questions: 40
Worksheet time: 18mins
HyperText Markup Language, a language used to create web pages, is better known as?
Website
Internet Explorer
HTML
Hyperlink
Which of the following represents a domain name?
.gov
www.
https://
What does ISP stand for?
Internet Service Protocol
Inline Style Paragraph
Internet Service Provider
Inline Service Paragraph
Which of the following are methods to connect to the Internet?
Wireless, WiFi
Ethernet
Wireless Hotspot
All of these
What goes in the <head> section?
A brain
the title
hair
the body
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<web>
<!DOCTYPE html>
<head>
<html>
The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.
Tags
Elements
Sections
Labels
Which is NOT a browser?
Safari
Internet Explorer
Google Chrome
HTML is
coding language that webpages are written in
How To turn on the computer
a streaming service
a game
IP Address serves what principle functions?
host or network interface identification
location addressing
Numbers
Internet
When belongings are in a net
A global network of a few computers and other electronic devices
A global network of billions of computers and other electronic devices
A global network of 500 computers and electronic devices
http://www.mywebsite.com.
Which portion of the Web address indicates the domain name?
The head section of the web page contains metadata. Which of the following is metadata and belongs in the head section of a web page?
<title>
<body>
<h1>
<p>
Which of the following is the correct syntax for a closing tag?
<body>
</body/>
</body>
<!body>
HTML correct structure
<html>
</html>
<head>
</head>
<title>
</title>
<body>
</body>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
</html>
</head>
</title><title>
<head>
</body>
<body>
<html>
What tag starts and ends an unordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
What is the biggest heading tags?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What tags start and end a paragraph tag?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What is the correct tag for a hyperlink?
<a href="code.org">Code.org</a>
<a href="code.org">"Code.org"</a>
<href="code.org">Code.org</href>
<a href="code.org"><Code.org</a>
What tag starts and ends a list?
<p> </p>
<ol> </ol>
<ul> </ul>
<li> </li>
What is the smallest heading tags?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What tag starts and ends an ordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
Where do we always type all of our tags?
between the head tags
between the body tags
wherever you want
between the paragraph tags
What is the correct tag for an image?
<img src="image1.jpg" alt="Image1">
<image src="image1.jpg" alt=Image1/>
<img scr="image1.jpg">alt="Image1">
<image scr="image1.jpg alt="Image1"/>
How confident are you about knowing the tags?
I got this!
I'm doing OK, I just need some practice.
I need some help; I am a little confused about some tags.
I am completely confused.
Fill in the blanks.
How many levels of Heading Tags are there?
5
6
7
8
This tag is used to list items on both unordered and ordered list.
<list>
<li>
<1i>
<LL>
Which of the following is a paragraph tag?
<pr></pr>
<p></p>
<pp></pp>
<pg></pg>
