SlideShare a Scribd company logo
1 of 32
1)
The ____ attribute is always used with the value text/css to
identify the section of code that defines a CSS style.
(1pts)
index
format
key
type
2)
To save a file using the keyboard, press ____.
(1pts)
[F1][S]
[Ctrl][S]
[Alt][S]
[S]
3)
A(n) ____ list is used to display information in sequential
order.
(1pts)
bulleted
numeric
alphanumeric
ordered
4)
The default for the text-align property is ____.
(1pts)
right
center
left
justify
5)
HTML supports ____ levels of headings.
(1pts)
six
four
three
eleven
6)
Code numbers for special characters are preceded by a ____.
(1pts)
*
^
&
#
7)
Web pages are text files written in a language called ____.
(1pts)
SGML
HTML
Perl
Java
8)
http://www.generousdonations.org/charities/index.htm
In the accompanying figure, the suffix is ____.
(1pts)
http
org
www
generousdonations
9)
____ formatting tags describes the element’s appearance and is
available to both audio and display devices.
(1pts)
Logical
Physical
Intrinsic
Appearance
10)
The value for the ____ attribute is the name of the image map.
(1pts)
hotspot
area
usemap
append
11)
Inline styles require that you format each element individually.
(1pts)
True
False
12)
If you use a hexadecimal value for a color, you preface the
hexadecimal string with a(n) ____.
(1pts)
flag (#)
exclamation point (!)
question mark (?)
ampersand (&)
13)
Closing (or end) tags are identified by the ____ that precedes
the tag name.
(1pts)
pound sign
slash
ampersand
exclamation point
14)
http://www.generousdonations.org/charities/index.htm
In the accompanying figure, the protocol is ____.
(1pts)
generousdonations
org
http
www
15)
To specify a background color for the entire Web page, code the
<____> tag.
(1pts)
html
body
head
page
16)
a {
font-weight: bold;
font-size: 12pt;
color: navy: }
#sidebar a:link {
font-size: 12pt;
color: white;
background-color: brown;
padding: .5em;
text-align: center;
font-weight: bold;
display: block; }
#sidebar a:visited {
font-size: 12pt;
padding: .5em;
color: black;
text-decoration: none;
display: block; }
According to the code in the accompanying figure, the link text
will be black.
(1pts)
True
False
17)
An element that does not store content is referred to as a(n)
____ element.
(1pts)
block-level
empty element
two-sided
none of the above
18)
You begin a defined term with the <____> tag.
(1pts)
df
dd
dt
dl
19)
You can include as many <____> tags as you want to have links
in an image map.
(1pts)
link
hspot
area
map
20)
A(n) ____ folder is a folder that is at least one level higher in
the directory structure.
(1pts)
antecedent
parent
ancestor
ante
21)
An independent class selector begins with a ____.
(1pts)
&
#
.
^
22)
A(n) ____ is a distinct object in a Web document, like a
paragraph, a heading, or the page’s title.
(1pts)
key
index
icon
element
23)
http://www.generousdonations.org/charities/index.htm
In the accompanying figure, the domain name is ____.
(1pts)
http
generousdonations
org
www
24)
Letter spacing is known as ____.
(1pts)
leading
heading
kerning
tracking
25)
You begin a definition list with the <____> tag.
(1pts)
dl
dd
df
dt
26)
The value of the ____ reference attribute is the destination for
the link.
(1pts)
keylink
access
expression
hypertext
27)
The CSS ____ property changes vertical spacing between lines
of text.
(1pts)
vert-line
line-height
line-vertical
vert-spacing
28)
The body element contains information about the document
(e.g., its title or keywords that a search engine on the Web
might use to identify this document for other users).
(1pts)
True
False
29)
____ is used to send packets of information across
communication lines.
(1pts)
TCP/IP
FTP
DNS
URL
30)
a {
font-weight: bold;
font-size: 12pt;
color: navy: }
#sidebar a:link {
font-size: 12pt;
color: white;
background-color: brown;
padding: .5em;
text-align: center;
font-weight: bold;
display: block; }
#sidebar a:visited {
font-size: 12pt;
padding: .5em;
color: black;
text-decoration: none;
display: block; }
According to the code in the accompanying figure, the visited
link text will be black.
(1pts)
True
False
31)
The order of the pseudo-class selectors does not matter.
(1pts)
True
False
32)
If an HTML file and the file to which it links reside in the same
file folder, this is called ____ file addressing.
(1pts)
relative
dynamic
referential
absolute
33)
A(n) ____ element is any element that automatically generates a
blank line above and below the element.
(1pts)
layout
integrated
border
block-level
34)
If an image file is located in the same folder as the HTML file,
you do not need to include any file location path information.
(1pts)
True
False
35)
It is required to place the image map code just above the code
for the image map.
(1pts)
True
False
36)
If two folders are on the same level, they are referred to as ____
folders.
(1pts)
sibling
operational
related
matching
37)
The value of ____ aligns text on both the left and the right.
(1pts)
fullwidth
justify
complete
window
38)
Tags that are one-sided contain no content.
(1pts)
True
False
39)
The ____ attribute is used to determine what part of your image
will be used as a link.
(1pts)
coordinates
link
area
href
40)
____ fonts do not have decorative tails.
(1pts)
Cursive
Sans-serif
Serif
Decorative
41)
If you omit either one of the quotation marks when you create a
style, the style will not take effect.
(1pts)
True
False
42)
Which of the following is a valid class name?
(1pts)
2inchlineheight
class name
dynamic
all of the above
43)
The CSS color property changes the foreground color, which
determines the color of text.
(1pts)
True
False
44)
The ____ color property determines the color that will appear
behind text or for the entire Web page.
(1pts)
anterior
display
foreground
background
45)
The ____ before an element name is required and is part of the
pseudo-element name.
(1pts)
asterisk
semicolon
ampersand
colon
46)
____ define a change to a Tag.
(1pts)
Styles
Attributes
47)
For ordered lists, the ____ list-style type displays as i, ii, iii,
and so forth.
(1pts)
lower-alpha
upper-roman
decimal
lower-roman
48)
The ____ section provides identifying and descriptive
information about the Web page.
(1pts)
body
title
main
head
49)
If you do not include the ____ protocol, a link to another Web
site will not work.
(1pts)
htm://
http://
html://
50)
____ images are for photographs and other images with gradient
color.
(1pts)
jpg
gif
tif
png
51)
To refresh a web file, press the F5 key.
(1pts)
True
False
52)
When styles are written in the <head> section, they are referred
to as a(n) ____ style.
(1pts)
integrated
external
inline
embedded
53)
The ____ property is used to control the case of text within an
element.
(1pts)
text-transform
text-transfer
font-case
54)
You can use the <____> HTML element as a selector.
(1pts)
br /
p
frameset
frame
55)
The ____ property sets the appearance of text as italic, oblique,
or normal.
(1pts)
font-family
font-weight
font-style
font-variant
56)
The <____> logical formatting tag indicates that characters
should be emphasized in some way; they usually display with
italics.
(1pts)
i
b
strong
em
57)
In the CSS code h1 {font-family: helvetica, arial, sans-serif},
the font given first priority is _____.
(1pts)
Helvetica
Arial
Serif
All have equal priority
58)
Do not increase the font size in a rollover by more than ____.
(1pts)
.5pt
2pts
2px
12px
59)
The ___________, in the head section, is used to display title
bar information.
(1pts)
title
header
footer
caption
60)
If you write a program without following the correct ____, the
program will not run, or will not run as intended.
(1pts)
declaration
baselines
attributes
syntax
61)
You can use the ____ property to position an image so that the
image is centered vertically.
(1pts)
vertical
vertical-align
center-align
alignment
62)
http://www.generousdonations.org/charities/index.htm
In the accompanying figure, the name of the Web page you are
viewing is ____.
(1pts)
www
charities
generousdonations
index.htm
63)
Together, the selector, the property, and the value are known as
a(n) ____.
(1pts)
rule
key
baseline
element
64)
A(n) ____ represents a single dot on the output device.
(1pts)
element
link
icon
pixel
65)
Using CSS you can create a ____ for the <em> tag so that
whenever you use it within your code, the text within the <em>
tags is formatted not just as italicized text, but also as 14pt,
Arial, and red, for example.
(1pts)
baseline
style
format
key
66)
When you declare the selector for a dependent class, a(n) ____
serves as a flag character.
(1pts)
period
caret
colon
ampersand
67)
With nested tags, the first element opened is the first element
closed.
(1pts)
True
False
68)
A Web ____ is a software program that allows you to view and
interact with Web pages.
(1pts)
browser
server
client
station
69)
The ____ attribute of the <img /> tag indicates the name and
location of the graphic file.
(1pts)
location
file
src
name
70)
The value of the usemap attribute is preceded by a ____
character.
(1pts)
&
%
#
$
71)
If an image file is located in another folder or on another
computer, you need to include the full location path and use the
src attribute.
(1pts)
True
False
72)
Text in the <strong>...</strong> tags is interpreted by browsers
as ____.
(1pts)
italicized
red
bold
underlined
73)
To create a CSS rule, type the declarations, separating a
property from a value with a(n) ____.
(1pts)
colon
ampersand
semicolon
caret
74)
The pseudo-class selector ____ is used to change the appearance
of unvisited link text.
(1pts)
:active
:hover
:visited
:link
75)
Documents on the Web are known as Web ____.
(1pts)
pages
links
indices
sites
76)
A(n) ____ can serve as a link to the larger version of an image
on a target page.
(1pts)
expression
thumbnail
aggregate
manifest
77)
To create a hanging indent, you assign the text-indent property
a positive value.
(1pts)
True
False
78)
The color you see on a monitor is a combination of three colors:
____.
(1pts)
yellow, red, and green
black, yellow, and gray
red, green, blue
green, red, and white
79)
It is a good idea to view your Web pages using different
browsers, and if possible, different operating systems.
(1pts)
True
False
80)
The ____ pseudo-element formats only the first letter of a word.
(1pts)
:begin-word
:open-word
:first-letter
:initial-letter
81)
The technique of placing one element within another is called
____.
(1pts)
nesting
interlacing
linking
loading
82)
If a link is to a file on a different file server, the link must
contain a(n) ____ file address.
(1pts)
relative
referential
dynamic
absolute
83)
Of sans-serif and serif fonts, ___________________ fonts are
more difficult to read on a monitor.
(1pts)
sans-serif
serif
84)
The ____ pseudo-element formats just the first line of a
paragraph.
(1pts)
:begin-line
:initial-line
:open-line
:first-line
85)
Before the anchor name, you include ____.
(1pts)
<
$
#
&
86)
Both the :first-letter and :first-line pseudo-elements work only
with block-level elements.
(1pts)
True
False
87)
The portion of a document that Web users will see is contained
between the <____> tags.
(1pts)
body
head
display
meta
88)
To style a link, you style the <____> element.
(1pts)
a
href
link
89)
For the value for the list-style-image property, you include the
letters url and the name of the image file in ____.
(1pts)
curly braces
angle brackets
braces
parentheses
90)
A two-sided tag contains a(n) ____ tag that tells the browser to
turn on a feature and apply it to the content that follows.
(1pts)
start
introductory
formatting
empty
91)
The ____ property sets text to display in small caps or normal.
(1pts)
font-weight
font-variant
font-style
font-family
92)
With either dependent or independent classes, you can apply a
____ repeatedly throughout the document.
(1pts)
method
volume
frame
class
93)
With the font-weight property, a value of ____ displays text as
bold as possible.
(1pts)
0
100
255
900
94)
In HTML, you can nest tags to apply multiple formatting
features to the same text.
(1pts)
True
False
95)
All of the following are values of the text-align property
EXCEPT ____.
(1pts)
body
center
justify
left
96)
At the end of a CSS rule, type a(n) ____.
(1pts)
ampersand
semicolon
caret
colon
97)
When the mouse pointer passes over a link, it changes to an
icon of a(n) ____ to indicate that it is a link.
(1pts)
mouse
spider
hand
hourglass
98)
The pseudo-class selector ____ is used to change the appearance
of a link when the user passes the mouse pointer over the link.
(1pts)
:hover
:link
:visited
:active
99)
All of the list tags are ____ elements.
(1pts)
outlined
embedded
integrated
block-level
100)
A Web ____ is a computer that is connected to the Internet and
accessible to anyone with an Internet connection and a Web
browser.
(1pts)
server
client
browser
station
1)The ____ attribute is always used with the value textcss to i.docx

More Related Content

Similar to 1)The ____ attribute is always used with the value textcss to i.docx

C interview question answer 1
C interview question answer 1C interview question answer 1
C interview question answer 1Amit Kapoor
 
Standardizing on a single N-dimensional array API for Python
Standardizing on a single N-dimensional array API for PythonStandardizing on a single N-dimensional array API for Python
Standardizing on a single N-dimensional array API for PythonRalf Gommers
 
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdfEdwardh28McDonaldy
 
C interview-questions-techpreparation
C interview-questions-techpreparationC interview-questions-techpreparation
C interview-questions-techpreparationKushaal Singla
 
Dsc Charusat Learning React Part 1
Dsc Charusat Learning React Part 1 Dsc Charusat Learning React Part 1
Dsc Charusat Learning React Part 1 JainamMehta19
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptxRamanathanSabesan
 
Implement a Javascript application that allows the user to enter strin.docx
Implement a Javascript application that allows the user to enter strin.docxImplement a Javascript application that allows the user to enter strin.docx
Implement a Javascript application that allows the user to enter strin.docxmckerliejonelle
 
Linked list basics
Linked list basicsLinked list basics
Linked list basicsRajesh Kumar
 
Image processing using matlab
Image processing using matlabImage processing using matlab
Image processing using matlabdedik dafiyanto
 
Computer Graphics Concepts
Computer Graphics ConceptsComputer Graphics Concepts
Computer Graphics ConceptsSHAKOOR AB
 
Php Map Script Class Reference
Php Map Script Class ReferencePhp Map Script Class Reference
Php Map Script Class ReferenceJoel Mamani Lopez
 

Similar to 1)The ____ attribute is always used with the value textcss to i.docx (20)

C interview question answer 1
C interview question answer 1C interview question answer 1
C interview question answer 1
 
Standardizing on a single N-dimensional array API for Python
Standardizing on a single N-dimensional array API for PythonStandardizing on a single N-dimensional array API for Python
Standardizing on a single N-dimensional array API for Python
 
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf
1- Create an HTML file and name it portfolio-html- Your HTML page shou.pdf
 
Html Tutorial
Html TutorialHtml Tutorial
Html Tutorial
 
HTML and CSS.pptx
HTML and CSS.pptxHTML and CSS.pptx
HTML and CSS.pptx
 
C interview-questions-techpreparation
C interview-questions-techpreparationC interview-questions-techpreparation
C interview-questions-techpreparation
 
Ai Test
Ai TestAi Test
Ai Test
 
Dsc Charusat Learning React Part 1
Dsc Charusat Learning React Part 1 Dsc Charusat Learning React Part 1
Dsc Charusat Learning React Part 1
 
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
2GKS, Open GL and IGES_Video Lect Given by Renjin.pptx
 
Notes netbeans
Notes netbeansNotes netbeans
Notes netbeans
 
Implement a Javascript application that allows the user to enter strin.docx
Implement a Javascript application that allows the user to enter strin.docxImplement a Javascript application that allows the user to enter strin.docx
Implement a Javascript application that allows the user to enter strin.docx
 
Intake 37 6
Intake 37 6Intake 37 6
Intake 37 6
 
Linked list basics
Linked list basicsLinked list basics
Linked list basics
 
Technical Interview
Technical InterviewTechnical Interview
Technical Interview
 
Image processing using matlab
Image processing using matlabImage processing using matlab
Image processing using matlab
 
Computer Graphics Concepts
Computer Graphics ConceptsComputer Graphics Concepts
Computer Graphics Concepts
 
Unit v
Unit vUnit v
Unit v
 
Intake 38 6
Intake 38 6Intake 38 6
Intake 38 6
 
Php Map Script Class Reference
Php Map Script Class ReferencePhp Map Script Class Reference
Php Map Script Class Reference
 
Matlab dip
Matlab dipMatlab dip
Matlab dip
 

More from dorishigh

Cyber War versus Cyber Realities Cyber War v.docx
Cyber War versus Cyber Realities Cyber War v.docxCyber War versus Cyber Realities Cyber War v.docx
Cyber War versus Cyber Realities Cyber War v.docxdorishigh
 
Cyber terrorism, by definition, is the politically motivated use.docx
Cyber terrorism, by definition, is the politically motivated use.docxCyber terrorism, by definition, is the politically motivated use.docx
Cyber terrorism, by definition, is the politically motivated use.docxdorishigh
 
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docx
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docxCyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docx
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docxdorishigh
 
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docx
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docxCyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docx
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docxdorishigh
 
Cyber Security and the Internet of ThingsVulnerabilities, T.docx
Cyber Security and the Internet of ThingsVulnerabilities, T.docxCyber Security and the Internet of ThingsVulnerabilities, T.docx
Cyber Security and the Internet of ThingsVulnerabilities, T.docxdorishigh
 
Cyber Security Gone too farCarlos Diego LimaExce.docx
Cyber Security Gone too farCarlos Diego LimaExce.docxCyber Security Gone too farCarlos Diego LimaExce.docx
Cyber Security Gone too farCarlos Diego LimaExce.docxdorishigh
 
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docx
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docxCW 1R Checklist and Feedback Sheet Student Copy Go through this.docx
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docxdorishigh
 
CW 1 Car Industry and AIby Victoria StephensonSubmission.docx
CW 1 Car Industry and AIby Victoria StephensonSubmission.docxCW 1 Car Industry and AIby Victoria StephensonSubmission.docx
CW 1 Car Industry and AIby Victoria StephensonSubmission.docxdorishigh
 
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docx
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docxCWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docx
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docxdorishigh
 
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docx
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docxCw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docx
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docxdorishigh
 
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docx
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docxCyber AttacksProtecting National Infrastructure, 1st ed.Ch.docx
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docxdorishigh
 
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docx
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docxCVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docx
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docxdorishigh
 
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docx
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docxCYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docx
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docxdorishigh
 
CUSTOMERSERVICE-TRAINIGPROGRAM 2 TA.docx
CUSTOMERSERVICE-TRAINIGPROGRAM 2  TA.docxCUSTOMERSERVICE-TRAINIGPROGRAM 2  TA.docx
CUSTOMERSERVICE-TRAINIGPROGRAM 2 TA.docxdorishigh
 
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docx
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docxCustomer Service Test (Chapter 6 - 10)Name Multiple Choice.docx
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docxdorishigh
 
Customer Value Funnel Questions1. Identify the relevant .docx
Customer Value Funnel Questions1. Identify the relevant .docxCustomer Value Funnel Questions1. Identify the relevant .docx
Customer Value Funnel Questions1. Identify the relevant .docxdorishigh
 
Customer service is something that we have all heard of and have som.docx
Customer service is something that we have all heard of and have som.docxCustomer service is something that we have all heard of and have som.docx
Customer service is something that we have all heard of and have som.docxdorishigh
 
Customer requests areProposed Cloud Architecture (5 pages n.docx
Customer requests areProposed Cloud Architecture (5 pages n.docxCustomer requests areProposed Cloud Architecture (5 pages n.docx
Customer requests areProposed Cloud Architecture (5 pages n.docxdorishigh
 
Customer Relationship Management Presented ByShan Gu Cris.docx
Customer Relationship Management Presented ByShan Gu Cris.docxCustomer Relationship Management Presented ByShan Gu Cris.docx
Customer Relationship Management Presented ByShan Gu Cris.docxdorishigh
 
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docx
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docxCustom Vans Inc. Custom Vans Inc. specializes in converting st.docx
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docxdorishigh
 

More from dorishigh (20)

Cyber War versus Cyber Realities Cyber War v.docx
Cyber War versus Cyber Realities Cyber War v.docxCyber War versus Cyber Realities Cyber War v.docx
Cyber War versus Cyber Realities Cyber War v.docx
 
Cyber terrorism, by definition, is the politically motivated use.docx
Cyber terrorism, by definition, is the politically motivated use.docxCyber terrorism, by definition, is the politically motivated use.docx
Cyber terrorism, by definition, is the politically motivated use.docx
 
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docx
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docxCyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docx
Cyber Security ThreatsYassir NourDr. Fonda IngramETCS-690 .docx
 
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docx
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docxCyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docx
Cyber Security in Industry 4.0Cyber Security in Industry 4.0 (.docx
 
Cyber Security and the Internet of ThingsVulnerabilities, T.docx
Cyber Security and the Internet of ThingsVulnerabilities, T.docxCyber Security and the Internet of ThingsVulnerabilities, T.docx
Cyber Security and the Internet of ThingsVulnerabilities, T.docx
 
Cyber Security Gone too farCarlos Diego LimaExce.docx
Cyber Security Gone too farCarlos Diego LimaExce.docxCyber Security Gone too farCarlos Diego LimaExce.docx
Cyber Security Gone too farCarlos Diego LimaExce.docx
 
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docx
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docxCW 1R Checklist and Feedback Sheet Student Copy Go through this.docx
CW 1R Checklist and Feedback Sheet Student Copy Go through this.docx
 
CW 1 Car Industry and AIby Victoria StephensonSubmission.docx
CW 1 Car Industry and AIby Victoria StephensonSubmission.docxCW 1 Car Industry and AIby Victoria StephensonSubmission.docx
CW 1 Car Industry and AIby Victoria StephensonSubmission.docx
 
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docx
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docxCWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docx
CWTS CWFT Module 7 Chapter 2 Eco-maps 1 ECO-MAPS .docx
 
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docx
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docxCw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docx
Cw2 Marking Rubric Managerial Finance0Fail2(1-29) Fail.docx
 
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docx
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docxCyber AttacksProtecting National Infrastructure, 1st ed.Ch.docx
Cyber AttacksProtecting National Infrastructure, 1st ed.Ch.docx
 
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docx
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docxCVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docx
CVPSales price per unit$75.00Variable Cost per unit$67.00Fixed C.docx
 
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docx
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docxCYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docx
CYB207 v2Wk 4 – Assignment TemplateCYB205 v2Page 2 of 2.docx
 
CUSTOMERSERVICE-TRAINIGPROGRAM 2 TA.docx
CUSTOMERSERVICE-TRAINIGPROGRAM 2  TA.docxCUSTOMERSERVICE-TRAINIGPROGRAM 2  TA.docx
CUSTOMERSERVICE-TRAINIGPROGRAM 2 TA.docx
 
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docx
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docxCustomer Service Test (Chapter 6 - 10)Name Multiple Choice.docx
Customer Service Test (Chapter 6 - 10)Name Multiple Choice.docx
 
Customer Value Funnel Questions1. Identify the relevant .docx
Customer Value Funnel Questions1. Identify the relevant .docxCustomer Value Funnel Questions1. Identify the relevant .docx
Customer Value Funnel Questions1. Identify the relevant .docx
 
Customer service is something that we have all heard of and have som.docx
Customer service is something that we have all heard of and have som.docxCustomer service is something that we have all heard of and have som.docx
Customer service is something that we have all heard of and have som.docx
 
Customer requests areProposed Cloud Architecture (5 pages n.docx
Customer requests areProposed Cloud Architecture (5 pages n.docxCustomer requests areProposed Cloud Architecture (5 pages n.docx
Customer requests areProposed Cloud Architecture (5 pages n.docx
 
Customer Relationship Management Presented ByShan Gu Cris.docx
Customer Relationship Management Presented ByShan Gu Cris.docxCustomer Relationship Management Presented ByShan Gu Cris.docx
Customer Relationship Management Presented ByShan Gu Cris.docx
 
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docx
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docxCustom Vans Inc. Custom Vans Inc. specializes in converting st.docx
Custom Vans Inc. Custom Vans Inc. specializes in converting st.docx
 

Recently uploaded

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Recently uploaded (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

1)The ____ attribute is always used with the value textcss to i.docx

  • 1. 1) The ____ attribute is always used with the value text/css to identify the section of code that defines a CSS style. (1pts) index format key type 2) To save a file using the keyboard, press ____. (1pts) [F1][S] [Ctrl][S] [Alt][S] [S] 3) A(n) ____ list is used to display information in sequential order. (1pts) bulleted numeric alphanumeric
  • 2. ordered 4) The default for the text-align property is ____. (1pts) right center left justify 5) HTML supports ____ levels of headings. (1pts) six four three eleven 6) Code numbers for special characters are preceded by a ____. (1pts) * ^ & # 7) Web pages are text files written in a language called ____.
  • 3. (1pts) SGML HTML Perl Java 8) http://www.generousdonations.org/charities/index.htm In the accompanying figure, the suffix is ____. (1pts) http org www generousdonations 9) ____ formatting tags describes the element’s appearance and is available to both audio and display devices. (1pts) Logical Physical Intrinsic Appearance 10) The value for the ____ attribute is the name of the image map.
  • 4. (1pts) hotspot area usemap append 11) Inline styles require that you format each element individually. (1pts) True False 12) If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n) ____. (1pts) flag (#) exclamation point (!) question mark (?) ampersand (&) 13) Closing (or end) tags are identified by the ____ that precedes the tag name. (1pts) pound sign slash ampersand
  • 5. exclamation point 14) http://www.generousdonations.org/charities/index.htm In the accompanying figure, the protocol is ____. (1pts) generousdonations org http www 15) To specify a background color for the entire Web page, code the <____> tag. (1pts) html body head page 16) a { font-weight: bold; font-size: 12pt; color: navy: } #sidebar a:link { font-size: 12pt; color: white;
  • 6. background-color: brown; padding: .5em; text-align: center; font-weight: bold; display: block; } #sidebar a:visited { font-size: 12pt; padding: .5em; color: black; text-decoration: none; display: block; } According to the code in the accompanying figure, the link text will be black. (1pts) True False 17) An element that does not store content is referred to as a(n) ____ element. (1pts) block-level empty element two-sided none of the above 18) You begin a defined term with the <____> tag. (1pts) df
  • 7. dd dt dl 19) You can include as many <____> tags as you want to have links in an image map. (1pts) link hspot area map 20) A(n) ____ folder is a folder that is at least one level higher in the directory structure. (1pts) antecedent parent ancestor ante 21) An independent class selector begins with a ____. (1pts) & #
  • 8. . ^ 22) A(n) ____ is a distinct object in a Web document, like a paragraph, a heading, or the page’s title. (1pts) key index icon element 23) http://www.generousdonations.org/charities/index.htm In the accompanying figure, the domain name is ____. (1pts) http generousdonations org www 24) Letter spacing is known as ____. (1pts) leading heading
  • 9. kerning tracking 25) You begin a definition list with the <____> tag. (1pts) dl dd df dt 26) The value of the ____ reference attribute is the destination for the link. (1pts) keylink access expression hypertext 27) The CSS ____ property changes vertical spacing between lines of text. (1pts) vert-line line-height
  • 10. line-vertical vert-spacing 28) The body element contains information about the document (e.g., its title or keywords that a search engine on the Web might use to identify this document for other users). (1pts) True False 29) ____ is used to send packets of information across communication lines. (1pts) TCP/IP FTP DNS URL 30) a { font-weight: bold; font-size: 12pt; color: navy: } #sidebar a:link { font-size: 12pt; color: white; background-color: brown; padding: .5em; text-align: center; font-weight: bold; display: block; }
  • 11. #sidebar a:visited { font-size: 12pt; padding: .5em; color: black; text-decoration: none; display: block; } According to the code in the accompanying figure, the visited link text will be black. (1pts) True False 31) The order of the pseudo-class selectors does not matter. (1pts) True False 32) If an HTML file and the file to which it links reside in the same file folder, this is called ____ file addressing. (1pts) relative dynamic referential absolute 33) A(n) ____ element is any element that automatically generates a blank line above and below the element. (1pts) layout
  • 12. integrated border block-level 34) If an image file is located in the same folder as the HTML file, you do not need to include any file location path information. (1pts) True False 35) It is required to place the image map code just above the code for the image map. (1pts) True False 36) If two folders are on the same level, they are referred to as ____ folders. (1pts) sibling operational related matching 37) The value of ____ aligns text on both the left and the right. (1pts) fullwidth
  • 13. justify complete window 38) Tags that are one-sided contain no content. (1pts) True False 39) The ____ attribute is used to determine what part of your image will be used as a link. (1pts) coordinates link area href 40) ____ fonts do not have decorative tails. (1pts) Cursive Sans-serif Serif Decorative 41) If you omit either one of the quotation marks when you create a style, the style will not take effect.
  • 14. (1pts) True False 42) Which of the following is a valid class name? (1pts) 2inchlineheight class name dynamic all of the above 43) The CSS color property changes the foreground color, which determines the color of text. (1pts) True False 44) The ____ color property determines the color that will appear behind text or for the entire Web page. (1pts) anterior display foreground background 45) The ____ before an element name is required and is part of the pseudo-element name. (1pts)
  • 15. asterisk semicolon ampersand colon 46) ____ define a change to a Tag. (1pts) Styles Attributes 47) For ordered lists, the ____ list-style type displays as i, ii, iii, and so forth. (1pts) lower-alpha upper-roman decimal lower-roman 48) The ____ section provides identifying and descriptive information about the Web page. (1pts) body title
  • 16. main head 49) If you do not include the ____ protocol, a link to another Web site will not work. (1pts) htm:// http:// html:// 50) ____ images are for photographs and other images with gradient color. (1pts) jpg gif tif png 51) To refresh a web file, press the F5 key. (1pts) True False 52) When styles are written in the <head> section, they are referred to as a(n) ____ style. (1pts) integrated
  • 17. external inline embedded 53) The ____ property is used to control the case of text within an element. (1pts) text-transform text-transfer font-case 54) You can use the <____> HTML element as a selector. (1pts) br / p frameset frame 55) The ____ property sets the appearance of text as italic, oblique, or normal. (1pts) font-family font-weight
  • 18. font-style font-variant 56) The <____> logical formatting tag indicates that characters should be emphasized in some way; they usually display with italics. (1pts) i b strong em 57) In the CSS code h1 {font-family: helvetica, arial, sans-serif}, the font given first priority is _____. (1pts) Helvetica Arial Serif All have equal priority 58) Do not increase the font size in a rollover by more than ____. (1pts) .5pt 2pts
  • 19. 2px 12px 59) The ___________, in the head section, is used to display title bar information. (1pts) title header footer caption 60) If you write a program without following the correct ____, the program will not run, or will not run as intended. (1pts) declaration baselines attributes syntax 61) You can use the ____ property to position an image so that the image is centered vertically. (1pts) vertical vertical-align
  • 20. center-align alignment 62) http://www.generousdonations.org/charities/index.htm In the accompanying figure, the name of the Web page you are viewing is ____. (1pts) www charities generousdonations index.htm 63) Together, the selector, the property, and the value are known as a(n) ____. (1pts) rule key baseline element 64) A(n) ____ represents a single dot on the output device. (1pts) element link
  • 21. icon pixel 65) Using CSS you can create a ____ for the <em> tag so that whenever you use it within your code, the text within the <em> tags is formatted not just as italicized text, but also as 14pt, Arial, and red, for example. (1pts) baseline style format key 66) When you declare the selector for a dependent class, a(n) ____ serves as a flag character. (1pts) period caret colon ampersand 67) With nested tags, the first element opened is the first element closed. (1pts) True False
  • 22. 68) A Web ____ is a software program that allows you to view and interact with Web pages. (1pts) browser server client station 69) The ____ attribute of the <img /> tag indicates the name and location of the graphic file. (1pts) location file src name 70) The value of the usemap attribute is preceded by a ____ character. (1pts) & % # $
  • 23. 71) If an image file is located in another folder or on another computer, you need to include the full location path and use the src attribute. (1pts) True False 72) Text in the <strong>...</strong> tags is interpreted by browsers as ____. (1pts) italicized red bold underlined 73) To create a CSS rule, type the declarations, separating a property from a value with a(n) ____. (1pts) colon ampersand semicolon caret 74) The pseudo-class selector ____ is used to change the appearance of unvisited link text. (1pts)
  • 24. :active :hover :visited :link 75) Documents on the Web are known as Web ____. (1pts) pages links indices sites 76) A(n) ____ can serve as a link to the larger version of an image on a target page. (1pts) expression thumbnail aggregate manifest 77) To create a hanging indent, you assign the text-indent property a positive value. (1pts) True False
  • 25. 78) The color you see on a monitor is a combination of three colors: ____. (1pts) yellow, red, and green black, yellow, and gray red, green, blue green, red, and white 79) It is a good idea to view your Web pages using different browsers, and if possible, different operating systems. (1pts) True False 80) The ____ pseudo-element formats only the first letter of a word. (1pts) :begin-word :open-word :first-letter :initial-letter 81) The technique of placing one element within another is called ____. (1pts) nesting
  • 26. interlacing linking loading 82) If a link is to a file on a different file server, the link must contain a(n) ____ file address. (1pts) relative referential dynamic absolute 83) Of sans-serif and serif fonts, ___________________ fonts are more difficult to read on a monitor. (1pts) sans-serif serif 84) The ____ pseudo-element formats just the first line of a paragraph. (1pts) :begin-line :initial-line :open-line
  • 27. :first-line 85) Before the anchor name, you include ____. (1pts) < $ # & 86) Both the :first-letter and :first-line pseudo-elements work only with block-level elements. (1pts) True False 87) The portion of a document that Web users will see is contained between the <____> tags. (1pts) body head display meta 88) To style a link, you style the <____> element. (1pts) a
  • 28. href link 89) For the value for the list-style-image property, you include the letters url and the name of the image file in ____. (1pts) curly braces angle brackets braces parentheses 90) A two-sided tag contains a(n) ____ tag that tells the browser to turn on a feature and apply it to the content that follows. (1pts) start introductory formatting empty 91) The ____ property sets text to display in small caps or normal. (1pts) font-weight font-variant font-style
  • 29. font-family 92) With either dependent or independent classes, you can apply a ____ repeatedly throughout the document. (1pts) method volume frame class 93) With the font-weight property, a value of ____ displays text as bold as possible. (1pts) 0 100 255 900 94) In HTML, you can nest tags to apply multiple formatting features to the same text. (1pts) True False 95) All of the following are values of the text-align property EXCEPT ____. (1pts)
  • 30. body center justify left 96) At the end of a CSS rule, type a(n) ____. (1pts) ampersand semicolon caret colon 97) When the mouse pointer passes over a link, it changes to an icon of a(n) ____ to indicate that it is a link. (1pts) mouse spider hand hourglass 98) The pseudo-class selector ____ is used to change the appearance of a link when the user passes the mouse pointer over the link. (1pts)
  • 31. :hover :link :visited :active 99) All of the list tags are ____ elements. (1pts) outlined embedded integrated block-level 100) A Web ____ is a computer that is connected to the Internet and accessible to anyone with an Internet connection and a Web browser. (1pts) server client browser station