Font size
WorksheetsSec-F Quiz 11-8-2023- II
Total questions: 67
Worksheet time: 43mins
Which tag is for the LARGEST heading size?
h1
h3
h5
h6
Which font is for the SMALLEST heading size?
h1
h3
h5
h6
Which is the CLOSING paragraph tag?
<p>
</p>
<h2>
</h2>
Which one is the OPENING paragraph tag?
<p>
</p>
<h1>
</h1>
How should I START a SMALL heading?
<h1>
</h1>
<h6>
</h6>
Which tag should END a paragraph?
<p>
</p>
<h6>
</h6>
How should I END a LARGE heading?
<h1>
</h1>
<h6>
</h6>
Which tags are listed from largest to smallest?
h1, h3, h6
h5, h4, h6
h6, h5, h4
h2, h1, h2
Which tags are listed from SMALLEST to LARGEST
h1, h2, h3
h6, h3, h1
h5, h7, h8
Which TWO are heading tags?
<h1>
<h4>
<p>
</p>
Which two tags show text in bold?
<strong>
<em>
<b>
<bold>
Which two tags show text in italic?
<strong>
<em>
<i>
<italic>
Which tag doesn't create a paragraph, but moves text to the next line?
<next>
<br>
<line>
<bump>
Which of these do not alter the appearance of the webpage?
<title>
<head>
<h1>
<p>
Which of the following best describes the code to open a link in a new browser window?
a href="url" target=_window"
a href="url" target="new"
a href="url" new
a href="url" target="_blank"
Which one is the correct HTML tag used for the largest heading?
Heading
h1
Head
h6
In CSS, which of the following properties can be used to set the background color of an image?
background-color
color : background
background:color
color
The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
none of these
From the below options, how do we create a bulleted list in HTML?
<li>
<ul>
<list>
<bl>
In HTML5, which of the following tag is used to initialize the document type?
<Doctype HTML>
<\Doctype html>
<Doctype>
<!DOCTYPE html>
Which character is used to represent the closing of a tag in HTML?
\
!
/
.
Which of the following tags is used to create lists in HTML?
<list>
<a href>
<li>
<il>
Which of the following tag is used to add an image?
<img src="url">
<img src=url>
<image src="url">
<image src=url>
How to add a comment in Html?
<!-- --!>
<!-- -->
\\
<-- -->
When making a web page, which two of the following tasks is HTML the most important language for? (Choose TWO)
Making the text a different color.
Separating out headings from paragraphs
Putting borders on an image
Adding information about the copyright
Organizing text into a list
A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?
It will be confusing and less organized for people to read and write code that mixes everything up together.
Structure is more important than style or content and needs its own language
Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems
A and C
All of the above
A group of artists is making a website. When should they use classes?
They want to make their h3 tags bigger than their h1 tags.
They want headings to be one color, but paragraphs to be a different color.
They want some images to float left, and other images to float right.
They want all the pages on their site to have the same style.
They want make a special color using RGB codes.
A student is using a stylesheet to make all the paragraphs on the website green, but it's not working on index.html, even though it works on the other web pages. What could be causing the problem?
1 only
3 only
1 and 2 only
1 and 3 only
1, 2, and 3
What code in the stylesheet could have made the text green? (Choose TWO)
.p {
color:green;
}
p {
color:green;
}
.special {
color:green;
}
special {
color:green;
}
The web developer wants to make the "My Page" text larger. Which TWO of the following would work? (Choose TWO)
Use <h6> instead of <h3>
Use <h1> instead of <h3>
Put the "My Page" text inside the tags.
Use CSS to set the font-size property of the h3 tag
Put the code style="larger" inside the h3 tag.
Which of the following is true about copyright?
If an image is already on one web page, it's okay to use it on any web page.
If you make a lot of changes to an image, you do not need the permission of the original creator to post it on your site.
Image creators can decide both who can use their images and how the images can be used.
If there is no copyright information for an image, anyone is free to use it on their own sites.
You must always contact the creator for permission to use an image on your site.
What is the correct HTML element for inserting a line break?
<br>
<lb>
<break>
What is the correct HTML for adding a background color?
<background>yellow</background>
body {"background-color:yellow;}
(body bg="yellow")
background color = "yellow"
What is this tag used for?
<tc> content </tc>
table columns
table rows
table headers
tc is not a tag
What is a HTML tag?
A tag at the end of a HTML
A closing and opening to a Sentence, Header ex.
A paragraph in a website
A opener to a website
What is a CSS?
A language that adds style to the page
A language used to structure the content of a page
The body of your website
The bones of your website
HTML stands for:
HyperText Markup Language
HyperTurbo Machine Language
HyperTraining Making Language
HappyTime Makeup Lounge
Every website begins with a file named:
page.html
start.html
main.html
index.html
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<web>
<!DOCTYPE html>
<head>
<html>
What is a bug?
Part of a program that does not work correctly
a Hemipteron
Part of a program that does work correctly
Finding and fixing problems in an algorithm or program.
The <img> tag is empty; it doesn't have a ______ tag.
new
freestyle
closing
The src attribute of an <img> tag, specifies the URL(web address) of the image.
True
False
HTML is a ........................language.
programming
scripting
object oriented
markup
Which of the following will correctly display the words above?
<h3> Eggs </h3>
<h1> Bacon </h1>
<h6> Waffles </h6>
B<h1> Eggs </h1>
<h2> Bacon </h2>
<h3> Waffles </h3>
<h6> Eggs </h6>
<h1> Bacon </h1>
<h3> Waffles </h3>
HTML blocks are part of HTML elements
True
False
Block elements appear on the screen as if they have a ________ break before and after?
Line
Page
Do block elements need to start on a new line ?
Yes
No
Which of the following is the correct format for inserting a block elemets ?
<h1> </h1>
<H1> <H1>
<H1> </H1>
<h1> <h1/>
Which of the following is the most important block level tag?
<p>
<h1>
<div>
select the incorrect one. The <div> tag can be used to ?
Grouping various HTML tags
Cannot be used to define different parts of the web page
It does not provide any visual change
The <div> element is usually used as a container for other HTML elements and to separate them for the rest.
True
False
Block-level elements may appear only within a <body> element.
True
False
What change would the following tag cause ? <p>background-color: #8ABB55</p>
The paragraph would display the color as if highlighted
The font color changes
There is no change
This inst a block element
What does the abbreviation HTML stand for?
HyperText Markup Language
HyperText Markdown Language
HighText Markup Language
HyperTag Markdown Language
What is the smallest header in HTML by default?
H5
h6
h7
h1
We enclose HTML tags within
{}
<>
()
<! --- --->
What tag is used to render an image on a webpage?
img tag
IMG
img
<image>
Which of the following is the correct syntax for using the HTML style attribute?
<tagname style=”property:value;”>
<tagname style>
<tagname style=”property;”>
None of these
Which of the following are examples of block level elements in HTML?
<div>
<p>
<h1>
All of the above
Which HTML tag is used to set up a Javascript-like client-side scripting language?
script
style
select
anchor
Colours are defined in HTML using?
RGB values
HEX values
RGBA values
All of the above
Clearly describe its meaning to both the browser and the developer.
SEMANTIC
NON-SEMANTIC
Tell nothing about its content
SEMANTIC
NON-SEMANTIC
This element does not suggest they do.
SEMANTIC
NON-SEMANTIC
It makes HTML more comprehensible by defining the different sections and layouts.
SEMANTIC
NON-SEMANTIC
This element adds more logic and structure to the HTML page
SEMANTIC
NON-SEMANTIC
Define the difference between section, article, and aside. _________________________________________
