Font size
WorksheetsText in HTML
Total questions: 65
Worksheet time: 35mins
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What does this tag stand for? <b>
bright
big
beautiful
bold
What should a HTML web page end with?
</html>
<head>
</end>
</body>
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
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
<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
Copyright is a form of protection for intellectual property?
True
False
Copyright is a form of protection for intellectual property?
True
False
Which of the following do you need to cite for a source
Name of author and work
Name of the site you sourced work from
Year of work
All of the above
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
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 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 is the correct HTML element for inserting a line break?
<b>
<lb>
<br/>
<break>
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
src attribute and then displays it.src attribute and then displays it.You'd use <img src="" /> to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
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
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 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
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.
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.
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;
}
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
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
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.
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 is a ........................language.
programming
scripting
object oriented
markup
