Font size
WorksheetsHTML
Total questions: 54
Worksheet time: 36mins
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What does this tag stand for? <b>
bright
big
beautiful
bold
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag would you use to create a hyperlink?
<a href>
<img src>
<br>
<link>
Which tag does not need a closing tag?
<a href>
<head>
<body>
<img src>
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
<p> is a _______ tag.
image
paragraph
filename
What does a opening tag look like?
< >
</ >
<< >>
<
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br/>
<break>
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
You need a closing tag for an image without text
True
False
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
What should a HTML web page start with?
<b>
<li>
<html>
<start>
src attribute and then displays it.The ---------------- websites where you can search for information.
Search engines
Computers
iPads
Which of the following is not a search engine?
Baidu
Bing
Yahoo
Alexa
What do search engines use to keep a record of the resources located on the World Wide Web?
indexes
links
joins
records
(Please select 2)
The process of creating an index includes using a piece of software called a ...
spider
web crawler
indexer
search bot
Web crawlers only visit the first page of a web site.
True
False
What information does a web crawler NOT record about a web page?
URL
Content
Last Updated
Quality (Credibility)
Usefullness
What describes the content of a web page?
Meta tags
Meta labels
Meta morphism
Meta nalyses
🎭 What is a benefit of separating CSS from HTML?
A) It makes HTML files larger
B) It requires more time to maintain
C) It allows for easier maintenance and updates
D) It is required for all HTML5 documents
🔄 Fill in the blank: To style multiple HTML elements in the same way, CSS uses _______________.
A) classes or ids
B) tags or attributes
C) inline styles
D) JavaScript
🌐 What is a CSS class used for?
A) To link HTML documents
B) To define a style that can be applied to multiple elements
C) To create new HTML tags
D) To add comments in CSS files
🖼️ How do you add a background image in CSS?
background-image: url('image.jpg');
background: image('image.jpg');
img: background('image.jpg');
set-background: image('image.jpg');
📢 True or False: CSS can control the layout of multiple web pages by external style sheets.
True
CSS
🌐What is a search engine primarily used for?
Designing websites
Searching for information on the internet
Creating animations
Sending emails
🔍 Fill in the blank: The part of the search engine where you type your query is called the _______________.
search bar
query box
search field
input box
🔗 True or False: A hyperlink that you have clicked on before is called a visited hyperlink.
True
False
🕸️ Fill in the blank: Search engines use _______________ to find content on the World Wide Web
keywords
crawlers or spiders
algorithms
metatags
🧭 How do search engine crawlers find new web pages?
By guessing web addresses
By following hyperlinks from known pages
By user submissions
By random selection
🗄️ True or False: When crawlers find web pages, they store them in a database known as an index.
True
False
⏲️ What factor can influence the ranking of a web page in search results?
The age of the page
The color scheme of the page
The number of images on the page
The location of the server hosting the page
🗺️ True or False: The main function of web crawlers is to navigate the web by following links and cataloging information found on web pages.
True
False
