Download presentation
Presentation is loading. Please wait.
Published byJohn Campbell Modified over 9 years ago
1
FINAL EXAM REVIEW WEB TECH
2
JUST CLICK… THE CORRECT ANSWER WILL APPEAR WHEN YOU CLICK. GOOD LUCK!
3
The default horizontal alignment for is-- QUESTION: left
4
Which tag is used to create a line break? QUESTION:
5
Which tag creates a numbered list? QUESTION:
6
How many header elements (H) are available in HTML? QUESTION: 6 through is the smallest
7
What is wrong with the syntax (setup) on the code shown at right? QUESTION: Nesting issues (tags not closed in reverse order they were opened) Bunnies!
8
What tag creates a bullet? QUESTION: Hi Hello What’s up?
9
Which is an ABSOLUTE reference? (at right) What is the difference between an ABSOLUTE and a RELATIVE hyperlink reference? QUESTION: The bottom is “absolute” because it uses http:// meaning that regardless of where you are at, you can get to the site on the internet. A relative reference just points to file in a local folder.
10
What is the code used to insert a picture of a pig named pig.gif with a text alternative that says oink? QUESTION:
11
What code would be used to insert a standard bulleted list? QUESTION:
12
What is the standard code to bold words? What is the “old” deprecated tag for bold? QUESTION: (replaced )
13
What is the standard code to italicize words? What is the “old” deprecated tag for italics? QUESTION: (replaced )
14
What is the tag used to insert a horizontal line? QUESTION:
15
What is the tag used to insert a paragraph with indented left and right margins? QUESTION:
16
What would the size be of the text pointed to if all are headings in HTML? QUESTION:
17
What is the hexadecimal color code for BLACK? QUESTION: #000000
18
#FFFFFF represents what color? QUESTION: white
19
The information in the tag displays where? QUESTION: Blue title bar or tab
20
What is the purpose of the “alt” attribute in an image? QUESTION: It is used for accessibility purposes (screen readers, specifically) or if images are disabled
21
Which TWO image formats are most widely accepted on the web? QUESTION: GIF and JPG (PNG are supported but are not as frequent…yet!)
22
Which image format supports both transparency and is used for animation? QUESTION: GIF
23
What symbol must all hexadecimal color codes appear with? QUESTION: #
24
Which CSS property is used with this value: Verdana, Arial, sans-serif QUESTION: font-family
25
Which CSS property is used with this value: underline QUESTION: text-decoration
26
Which CSS property is used with this value: italic QUESTION: font-style
27
Which CSS property is used with this value: bold QUESTION: font-weight
28
Which CSS property is used with this value: #000000 QUESTION: background-color OR color OR border-color
29
Which CSS property is used with this value: url(background.gif) QUESTION: background-image OR list-style-image
30
Which CSS property is used with this value: thick QUESTION: border-width
31
Which CSS property is used with this value: dotted QUESTION: border-style
32
Which CSS property is used with this value: 1.6em or random numbers… QUESTION: line-height
33
Which CSS property is used with this value: overline QUESTION: Text-decoration
34
Which CSS property is used with this value: Small, large or 10pt QUESTION: Font-size
35
What is the default bullet type called? QUESTION: disc
36
What is the hollow bullet type called? QUESTION: circle
37
What is the bottom bullet type called? QUESTION: square
38
To set up the layout and structure of the website, it is most practice to utilize: QUESTION: divs
39
If this graphic was used on a webpage and each US state was clickable and would take you to a different website, what graphic feature would it be? QUESTION: imagemap
40
For the.bor class that is created in this document, how would an image using this class appear? QUESTION: With a red border around it
41
If you inserted a bulleted list on the webpage connected to this CSS page, what kind of bullets would display? QUESTION: Picture bullets of some sort
42
What color is the basic text for the document, provided it is not in a special DIV or class? QUESTION: Black (look in body); not set and black is default
43
If someone is viewing this webpage and doesn’t have Palatino Linotype font, what font will it display in, provided it is on his computer? QUESTION: Book Antiqua
44
Based on the CSS, what color will hyperlinks that have not been clicked on display as? QUESTION: Blue (default, not set)
45
In the CSS, a number sign (#) in front of a selector denotes creation of a: QUESTION: DIV
46
In the CSS, a period (.) in front of a selector denotes creation of a: QUESTION: CLASS
47
What is the CSS rule used to center a DIV on the page? QUESTION: Margin: 0 auto;
48
What should be modified to this h3 to get the words to stop touching the border? QUESTION: Padding-left
49
GIF images, typically used or line art, can contain up to this many colors: QUESTION: 256
50
JPG images, typically used or photographs, can contain up to this many colors: QUESTION: 16 million
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.