Web
Design
I:
Basic
HTML
and
CSS
Worksheet/Study
Guide
HTML
Content
1-20
|
CSS
Content
21-40
1. HTML
tags
are
always
surrounded
by
this
set
of
symbols:
2. HTML
tags
that
are
closing
an
element
contains
this
symbol:
3. HTML
tags
contain
ELEMENTS.
Which
represents
the
tag
ELEMENT?
4. HTML
elements
often
contain
ATTRIBUTES.
Which
is
an
ATTRIBUTE?
5. Attributes
are
similar
to
a
property
and
value.
What
symbol
is
used
around
the
value?
6. A
HTML
tag
element’s
attribute
uses
this
symbol
before
the
value:
7. This
tag
element
is
the
first
one
used
in
the
web
code
sequence:
8. This
tag
element
is
the
last
one
used
in
the
html
code
sequence:
9. This
tag
element
contains
nested
tags
such
as
style,
title,
and
metadata:
10. This
tag
element
provides
the
site
name
that
will
be
seen
in
a
browser
tab:
11. This
tab
element
provides
majority
of
the
web
pages
content:
12. What
does
the
term
tag
nesting
represent?
13. What
is
the
tag
that
provides
an
internal
link
to
another
page
such
as
PAGE2.html?
14. What
is
the
HTML
tag
that
would
put
an
image
in
the
page
such
as
DOG.jpg?
15. What
is
the
HTML
code
sequence
to
use
DOG.jpg
as
a
clickable
graphic
that
would
load
an
external
link
such
as
W3SCHOOLS.com?
16. What
HTML
tag
element
is
often
used
for
a
column
of
text?
17. What
HTML
tag
element
is
often
used
for
a
the
title
of
an
article?
18. What
self-‐contained
tag
element
would
provide
space
similar
to
entering
the
return
key
in
a
word
processing
program?
19.
What
does
the
tag
elements
UL
and
LI
provide
in
a
web
page?
20.
List
an
example
of
hexadecimal
color
code:
21. There
are
three
categories
of
CSS.
Which
one
is
written
inside
the
HTML
tag?
22. Write
the
above
CSS
category
that
would
style
text
in
a
paragraph
to
be
red:
23. Internal
CSS
contains
declaration
blocks
(selectors
and
rules)
within
HTML
STYLE
tags.
What
HTML
tag
element
is
this
CSS
style
grouping
nested?
24. <link
rel=”stylesheet”
type=”text/css”
href=”mystyle.css”>
represents
which
CSS
category?
25. Which
CSS
category
takes
top
priority
that
the
browser
must
follow
first?
26. Declaration
blocks
consist
of
the
selector
and
rule(s).
What
symbol
surrounds
the
rules?
27.
Does
the
selector
have
any
symbols
surrounding
it?
28. What
symbol
separates
a
property
and
value?
29. What
symbol
separates
one
rule
from
another?
30. List
the
three
types
of
selectors
that
we
have
applied
up
to
this
point:
31. Which
selector
type
relates
to
HTML
tag
elements?
32. Which
selector
type
relates
to
laying
out
a
page
with
div
tags?
33. What
CSS
symbol
does
ID
refer
to
in
the
code?
34. How
many
times
can
a
CSS
class
be
used
within
the
same
document?
35. What
does
the
float
element
do
in
CSS?
36. What
link
state
provides
a
change
when
the
mouse
goes
over
it?
37. What
is
the
correct
CSS
declaration
to
insert
an
image
as
a
body
background?
38. What
is
the
correct
CSS
value
that
would
not
repeat
a
background
image?
39. What
the
difference
between
margin
space
and
padding
space?
40. List
the
three
image
formats
that
are
web
compatable: