65
FINAL EXAM REVIEW WEB DESIGN

Web Design

  • Upload
    aletha

  • View
    18

  • Download
    0

Embed Size (px)

DESCRIPTION

Web Design. Final Exam Review. Get a partner…. Take turns answering questions; the correct answer will appear when you click. Good luck!. Question:. The default horizontal alignment for is--. left. Question:. Which tag is used to create a line break?. < br />. Question:. - PowerPoint PPT Presentation

Citation preview

Page 1: Web Design

F I N A L E X A M R E V I E W

WEB DESIGN

Page 2: Web Design

GET A PARTNER…TA K E T U R N S A N S W E R I N G Q U E S T I O N S ; T H E C O R R E C T A N S W E R

W I L L A P P E A R W H E N YO U C L I C K . G O O D LU C K !

Page 3: Web Design

The default horizontal alignment for <P> is--

QUESTION:

left

Page 4: Web Design

Which tag is used to create a line break?

QUESTION:

<br />

Page 5: Web Design

Which tag creates a numbered list?

QUESTION:

<ol>

Page 6: Web Design

How many header elements (H) are available in HTML?

QUESTION:

6<h1> through <h6><h6> is the smallest

Page 7: Web Design

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)

<b><i>Bunnies!</b></i>

Page 8: Web Design

What tag creates a bullet?

QUESTION:

<li>

• Hi• Hello• What’s up?

Page 9: Web Design

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.

<a href=“page2.html”>

<a href=“http://www.mypage.com/page2.html”>

Page 10: Web Design

What is the code used to insert a picture of a pig named pig.gif with a text alternative that says oink?

QUESTION:

<img src=“pig.gif” alt=“Oink!” />

Page 11: Web Design

What code would be used to insert a standard bulleted list?

QUESTION:

<ul>

Page 12: Web Design

What is the standard code to bold words?

What is the “old” deprecated tag for bold?

QUESTION:

<strong>

(replaced <b>)

Page 13: Web Design

What is the standard code to italicize words?

What is the “old” deprecated tag for italics?

QUESTION:

<em>

(replaced <i>)

Page 14: Web Design

What is the tag used to insert a horizontal line?

QUESTION:

<hr />

Page 15: Web Design

What is the tag used to insert a paragraph with indented left and right margins?

QUESTION:

<blockquote>

Page 16: Web Design

What would the size be of the text pointed to if all are headings in HTML?

QUESTION:

<h4>

Page 17: Web Design

What is the hexadecimal color code for BLACK?

QUESTION:

#000000

Page 18: Web Design

#FFFFFF represents what color?

QUESTION:

white

Page 19: Web Design

Block OR inline element?

<p>

QUESTION:

BLOCK

Page 20: Web Design

Block OR inline element?

<ul>

QUESTION:

BLOCK

Page 21: Web Design

Block OR inline element?

<hr />

QUESTION:

BLOCK

Page 22: Web Design

Block OR inline element?

<br />

QUESTION:

INLINE

Page 23: Web Design

Block OR inline element?

<strong>

QUESTION:

INLINE

Page 24: Web Design

Block OR inline element?

<span>

QUESTION:

INLINE

Page 25: Web Design

Block OR inline element?

<img>

QUESTION:

INLINE

Page 26: Web Design

Block OR inline element?

<ol>

QUESTION:

BLOCK

Page 27: Web Design

Block OR inline element?

<em>

QUESTION:

INLINE

Page 28: Web Design

The information in the <TITLE> tag displays where?

QUESTION:

Blue title bar or tab

Page 29: Web Design

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

Page 30: Web Design

Which TWO image formats are most widely accepted on the web?

QUESTION:

GIF and JPG (PNG are supported but are not as frequent…yet!)

Page 31: Web Design

Which image format supports both transparency and is used for animation?

QUESTION:

GIF

Page 32: Web Design

What symbol must all hexadecimal color codes appear with?

QUESTION:

#

Page 33: Web Design

Which CSS property is used with this value:

Verdana, Arial, sans-serif

QUESTION:

font-family

Page 34: Web Design

Which CSS property is used with this value:

underline

QUESTION:

text-decoration

Page 35: Web Design

Which CSS property is used with this value:

italic

QUESTION:

font-style

Page 36: Web Design

Which CSS property is used with this value:

bold

QUESTION:

font-weight

Page 37: Web Design

Which CSS property is used with this value:

#000000

QUESTION:

background-color ORcolor OR border-color

Page 38: Web Design

Which CSS property is used with this value:

url(background.gif)

QUESTION:

background-image OR list-style-image

Page 39: Web Design

Which CSS property is used with this value:

thick

QUESTION:

border-width

Page 40: Web Design

Which CSS property is used with this value:

dotted

QUESTION:

border-style

Page 41: Web Design

Which CSS property is used with this value:

1.6em

or random numbers…

QUESTION:

line-height

Page 42: Web Design

Which CSS property is used with this value:

overline

QUESTION:

Text-decoration

Page 43: Web Design

Which CSS property is used with this value:

Small, large or 10pt

QUESTION:

Font-size

Page 44: Web Design

What is the default bullet type called?

QUESTION:

disc

Page 45: Web Design

What is the hollow bullet type called?

QUESTION:

circle

Page 46: Web Design

To set up the layout and structure of the website, it is most practice to utilize:

QUESTION:

divs

Page 47: Web Design

What is that fancy thing up by the URL called?

QUESTION:

Favicon

Page 48: Web Design

The default file format for Fireworks files that maintains both editable layers and transparency is:

QUESTION:

PNG format

Page 49: Web Design

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

Page 50: Web Design

What does this button adjust in Fireworks?

QUESTION:

looping

Page 51: Web Design

An animated GIF is an image with more than one:

QUESTION:

State/frame

Page 52: Web Design

What graphic feature is this user creating in Dreamweaver?

QUESTION:

imagemap

Page 53: Web Design

What Fireworks fill is used on this graphic?

QUESTION:

gradient

Page 54: Web Design

What Fireworks filter is used on this text?

QUESTION:

Drop shadow

Page 55: Web Design

What Fireworks filter is used on this text to give it a 3D raised appearance?

QUESTION:

Bevel

Page 56: Web Design

Why does the hyperlinked image have a blue border around it?

QUESTION:

Hyperlinked images have a border unless styled for a border of none.

Page 57: Web Design

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

Page 58: Web Design

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

Page 59: Web Design

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

Page 60: Web Design

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

Page 61: Web Design

Based on the CSS, what color will hyperlinks that have not been clicked on display as?

QUESTION:

Blue (default, not set)

Page 62: Web Design

In the CSS, a number sign (#) in front of a selector denotes creation of a:

QUESTION:

DIV

Page 63: Web Design

In the CSS, a period (.) in front of a selector denotes creation of a:

QUESTION:

CLASS

Page 64: Web Design

JPG images, typically used or photographs, can contain up to this many colors:

QUESTION:

16 million

Page 65: Web Design

GIF images, typically used or line art, can contain up to this many colors:

QUESTION:

256