Font size
WorksheetsHTML Quiz for Beginners
Total questions: 98
Worksheet time: 1hrs 1mins
What is the purpose of HTML tags?
To create animations and special effects
To play audio and video files on a web page
To define the structure and content of a web page.
To send and receive emails from a web page
Give an example of an opening and closing HTML tag.
<html> >klisf>
<html
</html
<html?
<html/>
<html>
</html>
What is the purpose of the
tag in a web page?To define the header of a web page
To style the web page
To define the main content of a web page
To create a hyperlink in the web page
Explain the use of the
tag in HTML.
To insert a description in a website
To create a table in HTML
To define a paragraph of text
To define a heading in HTML
During a web development class, Aarush was asked to create a line break in HTML. Which of the following options should he use?
<sr>
<lr>
<br>
<hr>
How do you insert an image in an HTML document?
img tag
image tag
image source
img source
What is the default alignment of an image in HTML?
Top-aligned
Center-aligned
Left-aligned
Right-aligned
Which HTML tag is used to define a paragraph?
<p>
<h>
<l>
<t>
which tag do we use instead of bgcolor to change the colour of background
(a)
which tag will give you the biggest heading
<h-1>
<h1>
<h10>
none of the above
if Ainesh is designing a webpage and asks you which tag is used to put background color, what will you tell him?
<head>
<body>
<knees>
<title>
Justify why we should enhance our webpage (atleast 6 lines)
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which of the listed heading tags creates the largest heading?
h1
h2
h3
h6
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
What is the correct HTML for creating a hyperlink?
<a href="https://www.fireninjaa.org">Fireninjaa</a>
<a url="https://www.fireninjaa.org">Fireninjaa</a>
<a>https://www.fireninjaa.org</a>
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<img src="apple.jpg">
<image src="apple.jpg">
<img ="apple.jpg">
What symbol should you use to target a class name in css?
#
()
.
class
What is the correct syntax to change the background color with css?
background-color: purple;
background-color = "purple";
backgroundcolor=orange
change-background-color: purple
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
How do you change the font color with CSS?
font-color: green;
color: green;
change-font-color: green;
fontcolor=green;
TRUE OR FALSE: All tags require a closing tag.
True
False
Which of the following is the correct CSS link tag?
<link rel="styles" href="stylesheet.css">
<link href="stylesheet">
<link rel="stylesheet" src="styles.css">
<link rel="stylesheet" href="styles.css">
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
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
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
Which of the following contains a nested list
<ul>
<li>Apples</li>
<li>Cookies</li>
<li>Milk</li>
</ul>
<ul>
<li>Apples</li>
<li>
Cookies
<ul>
<li>Chocolate Chip</li>
<li>Peanut Butter</li>
</ul>
</li>
<li>Milk</li>
</ul>
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
Which heading/subheading is the biggest font size?
<h1>
<h2>
<h3>
<h6>
Some tags you have to close with a /
Example: <h1> My Project </h1>
True
False
Which is not a heading/subheading?
<h6>
<h7>
<h1>
<h2>
<a href="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No
<a herf="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No, they wrote herf
<a href+"https://www.picturelocation"> Click me </a>
What is wrong with this code?
It should be
<a href=
It should be
<a href-
It should be
<a href/
<a href="https://www.picturelocation"> Click me <a>
What is missing?
Nothing, it is coded correctly.
The / in the closing tag
</a>
They wrote
herf
What color are links or hyperlinks?
red
blue
yellow
green
When a link or hyperlink is purple and not blue, it means...
That you have never ever clicked on it
You have already clicked on it
It is a virus
<br>
what is this called?
a line break
an anchor element
hyperlink
which code lets you enter or return to the next line and helps you stack text on top of other text?
<br>
<a href=
<img src
In this code <img src
What does img stand for?
iMac
image
amazing
emma
In this code <img src
What does src stand for?
sauce
source
saucey-sauce
saucer
<img src="https://www.imagelocation.com">
Is this coded correctly?
Yes
No
<img scr="https://www.picturelocation.com">
Is this coded correctly
Yes
No, src is written wrong
width="600" height="200"
This code can help resize an image when using
<img src
True
False
<img scr="https://www.picturelocation.com">
Is a self closing tag, it does not need a /
True
False
How can you find an image's address?
Right click and choose - open image in new tab
Right click and choose - copy image address
Right click and choose - save link as
What does HTML stand for?
Hyperlink Markup Language
Hypertext Markup Language
Hyperbolic Mark-it
Language
What does CSS handle?
The style and looks of a webpage
The text of a webpage
