ITS HTML and CSS Practice Exam 1 Testing - GMetrix | Latest 2025
Update
With Complete
Solutions
1. To set the hyperlinks to not be underlined, the <head>
text-decoration property needs to be for <link
none for all "a" tags. To set regular, unvisited rel="styleshe
links to be steelblue, the a:link color property t"
type="type/c
needs to be set to steelblue (you can do this
s"
with the "a" tag as well, but you href="main.c
will want to be aware that a:link is a s"
legitimate pseu- do-class). To set visited links />
to orange, the a:visited color property needs <title>Comin
to be set to orange. Soon</title>
</head>
2. text-align <body
margin: style="font-
auto align- family:
items Georgia, san-
serif;">
3. You have created an external style sheet
called main.css with the following code:
body {color:
steelblue; font-size:
12pt;}
p {font-family: Tahoma, Arial, san-
serif;} h2 {font-family: Georgia,
serif;
font-size: 16pt;}
You have a webpage with the following HTML
code:
<html>
, ITS HTML and CSS Practice Exam 1 Testing - GMetrix | Latest 2025
Update
With Complete
Solutions
<style>
a {text-decoration: none;}
a:link {color: steelblue;} a:visited {color: orange;}
</style>
Aligns text within an ele- ment- text-align
Center aligns items with a
<div> tag- margin: auto Aligns content within a flexible layout- align-
items
The heading "Coming Soon" will have a font size of 16 points.- NO
The paragraph will have a color of steelblue.- YES The paragraph will
have the Georgia font.- NO
, ITS HTML and CSS Practice Exam 1 Testing - GMetrix | Latest 2025
Update
With Complete
Solutions
<h2 style="color: orange; font-size:
18pt;">Coming soon!</h2>
<p>Watch this ar
4. Externa The body tag
l Inline needs to have the
Intern Segoe UI
al font throughout the entire
website. - External
An address tag at the
bot- tom of a new
items page needs to
have the color
of dark magenta. No
other address tags
need format- ting. -
Inline
A sales page needs to
have a light gray
background, and, as a
result, its text needs to
5. You are a member of a web development team be in dark gray. -
build- Internal
.feature {
ing a style sheet. You want to set, within a feature class, .height:
auto;
a height that adjusts to the length of a page, but is no .max-height:
200px;
taller than 200 pixels. creat- ing sty
sheets usin
6. For each statement regarding best practices on CSS, sele
Update
With Complete
Solutions
1. To set the hyperlinks to not be underlined, the <head>
text-decoration property needs to be for <link
none for all "a" tags. To set regular, unvisited rel="styleshe
links to be steelblue, the a:link color property t"
type="type/c
needs to be set to steelblue (you can do this
s"
with the "a" tag as well, but you href="main.c
will want to be aware that a:link is a s"
legitimate pseu- do-class). To set visited links />
to orange, the a:visited color property needs <title>Comin
to be set to orange. Soon</title>
</head>
2. text-align <body
margin: style="font-
auto align- family:
items Georgia, san-
serif;">
3. You have created an external style sheet
called main.css with the following code:
body {color:
steelblue; font-size:
12pt;}
p {font-family: Tahoma, Arial, san-
serif;} h2 {font-family: Georgia,
serif;
font-size: 16pt;}
You have a webpage with the following HTML
code:
<html>
, ITS HTML and CSS Practice Exam 1 Testing - GMetrix | Latest 2025
Update
With Complete
Solutions
<style>
a {text-decoration: none;}
a:link {color: steelblue;} a:visited {color: orange;}
</style>
Aligns text within an ele- ment- text-align
Center aligns items with a
<div> tag- margin: auto Aligns content within a flexible layout- align-
items
The heading "Coming Soon" will have a font size of 16 points.- NO
The paragraph will have a color of steelblue.- YES The paragraph will
have the Georgia font.- NO
, ITS HTML and CSS Practice Exam 1 Testing - GMetrix | Latest 2025
Update
With Complete
Solutions
<h2 style="color: orange; font-size:
18pt;">Coming soon!</h2>
<p>Watch this ar
4. Externa The body tag
l Inline needs to have the
Intern Segoe UI
al font throughout the entire
website. - External
An address tag at the
bot- tom of a new
items page needs to
have the color
of dark magenta. No
other address tags
need format- ting. -
Inline
A sales page needs to
have a light gray
background, and, as a
result, its text needs to
5. You are a member of a web development team be in dark gray. -
build- Internal
.feature {
ing a style sheet. You want to set, within a feature class, .height:
auto;
a height that adjusts to the length of a page, but is no .max-height:
200px;
taller than 200 pixels. creat- ing sty
sheets usin
6. For each statement regarding best practices on CSS, sele