Font size
WorksheetsHTML CSS
Total questions: 30
Worksheet time: 10mins
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>
What type of tag is this: <!-- -->
comments
questions
paragraph
image
In the tag <img src="Piedmont.jpg"/> what is the file name?
<img
.jpg
</>
Piedmont.jpg
<p> is a _______ tag.
image
paragraph
filename
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
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
<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;”>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
The stylesheet is used to
code the css page.
link css to the html page.
add css to notepad++
link java script to the html page.
What is the proper CSS format for background color?
back-ground color:orange:
backgroundcolor-orange;
background:color:orange;
background-color:orange;
Which one is the largest heading?
h1
h2
h4
h6
Every html page is required to have a linked CSS page.
True
False
Comments in coding is used to help
the programmer
anyone viewing the website
the editor of the code
the reader of the code
What is the proper way to code a website title using HTML
title{
New Website}
<title>New Website</title>
.tile New Website
<title>New Website<title>
HTML stands for
Hyper Text Marker Language
Hyper Text Marker Lingo
Hyper Text Markup Language
Hyper Text Markup Lingo
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
