Chapter 2 – Creating and Editing a Web Page Using Inline Styles

Chapter 2 ? Creating and Editing a Web Page Using Inline Styles

MULTIPLE CHOICE

1. ____ is a basic text editor installed with Windows that you can use for simple documents or for creating

Web pages using HTML.

a. Microsoft Word

c. Notepad++

b. Adobe Dreamweaver CS3

d. Microsoft ExpressionWeb

ANS: C

REF: HTML 34

2. The _____ is usually the first element of a Web page that you see.

a. background

c. title

b. header

d. body

ANS: C

REF: HTML 37

3. The _____ should identify the subject or purpose of a Web page.

a. background

c. title

b. header

d. body

ANS: C

REF: HTML 37

4. The _____ of a Web page contains the information that is displayed in the browser window.

a. background

c. title

b. header

d. body

ANS: D

REF: HTML 37

5. The title of a Web page is the name assigned to the page if a user adds the page to the browser's list of

____.

a. indices

c. favorites

b. links

d. resources

ANS: C

REF: HTML 37

6. A(n) _____ image is not part of the HTML file.

a. linked

c. indexed

b. embedded

d. inline

ANS: D

REF: HTML 38

7. On the Web, _____ are the primary way to navigate between Web pages and among Web sites.

a. indices

c. links

b. icons

d. images

ANS: C

REF: HTML 38

1

8. _____ links are the most commonly used hyperlinks.

a. Server

c. Text

b. Proxy

d. Protocol

ANS: C

REF: HTML 38

9. ____ are used to set off different paragraphs of text or different sections of a page.

a. Tags

c. Headings

b. Proxies

d. Protocols

ANS: C

REF: HTML 38

10. The _____ tags indicate the start and end of an HTML document.

a. and

c. and

b. and

d. and

ANS: D

REF: HTML 39

11. The ____ tag can be used to declare the character encoding UTF-8.

a.

c.

b.

d.

ANS: B

REF: HTML 39

12. The _____ tags contain the Web page title, for example.

a. and

c. and

b. and

d. and

ANS: D

REF: HTML 40

13. The _____ tags contain the main content of a Web page.

a. and

c. and

b. and

d. and

ANS: D

REF: HTML 40

14. When the browser finds a(n)_____ tag in an HTML file, it starts a new line and inserts a blank line

above the new paragraph.

a.

c.

b.

d.

ANS: B

REF: HTML 40

15. When you first start Notepad++, the file name _____ displays on the title bar.

a. Untitled

c. Main

b. new 1

d. Default

ANS: B

REF: HTML 41

2

16. Bulleted lists are also called _____ lists. a. intranet b. extranet

ANS: C

REF: HTML 49

c. unordered d. newsnet

17. Numbered lists are also called _____ lists. a. browser b. ordered

ANS: B

REF: HTML 49

c. manager d. explorer

18. The _____ tags must be at the start and end of an unordered list.

a. and

c. and

b. and

d. and

ANS: C

REF: HTML 49

19. The _____ tags must be at the start and end of an ordered list.

a. and

c. and

b. and

d. and

ANS: A

REF: HTML 49

20. The _____ tags are used to define a list item in an ordered or unordered list.

a. and

c. and

b. and

d. and

ANS: A

REF: HTML 50

21. If a type attribute is not specified for an unordered list, the list uses the _____ bullet.

a. square

c. circle

b. disc

d. triangle

ANS: B

REF: HTML 51

22. To change the default bullet or number type, the ____ property is entered within the or tags.

a. list-style-type

c. bullet-value

b. key

d. format

ANS: A

REF: HTML 51

23. A(n) ____ list offsets information in a dictionary-like style.

a. glossary

c. unordered

b. bulleted

d. definition

ANS: D

REF: HTML 51

24. The _____ tags must be at the start and end of a definition list.

a. and

c. and

b. and

d. and

ANS: D

REF: HTML 52

3

25. A tag indicates a term in a definition list.

a. dl

c. dd

b. dr

d. dt

ANS: D

REF: HTML 52

26. HTML files must end with an extension of ____.

a. .htm

c. .http

b. .html

d. either a or b

ANS: D

REF: HTML 53

27. The ____ capability of Windows allows more than one program to run at the same time.

a. multitasking

c. browsing

b. paging

d. referencing

ANS: A

REF: HTML 57

28. If your computer is connected to the Internet when the browser window opens, it displays a(n) ____

page.

a. custom

c. start

b. main

d. origin

ANS: C

REF: HTML 57

29. A(n) ____ style takes precedence over the styles defined in all other kinds of style sheets.

a. embedded

c. inline

b. external

d. internal

ANS: C

REF: HTML 63

30. In this style , the ____ is everything between the

quotation marks.

a. property

c. selector

b. declaration

d. precedent

ANS: B

REF: HTML 63

31. A(n) ____ includes at least one type of style or property to apply to the selected element.

a. declaration

c. property

b. value

d. selector

ANS: A

REF: HTML 63

32. ____ images use LZW compression techniques to make them smaller for download on the Web.

a. JPEG

c. PNG

b. GIF

d. TIFF

ANS: B

REF: HTML 65

4

33. The World Wide Web Consortium developed the ____ format as a graphics standard and patent-free

alternative to an existing graphical format.

a. JPEG

c. PNG

b. GIF

d. TIFF

ANS: C

REF: HTML 65

34. When creating a ____ image for use with complex images like photographs, you can use a compression

technique other than LZW.

a. JPEG

c. PNG

b. GIF

d. TIFF

ANS: A

REF: HTML 65

35. The _____ attribute is used to define the URL of an image to load with the tag.

a. src

c. loc

b. url

d. load

ANS: A

REF: HTML 66

36. An image's ____ text should be a brief representation of the purpose of the image.

a. alternative

c. standard

b. descriptive

d. link

ANS: A

REF: HTML 66

37. Dimension is added to a horizontal rule by increasing the number of ____ that are displayed.

a. picas

c. points

b. pixels

d. bytes

ANS: B

REF: HTML 69

38. To view the latest version of a Web page in a browser, the page must be ____.

a. refreshed

c. indexed

b. linked

d. installed

ANS: A

REF: HTML 73

39. The XHTML ____ looks at the DOCTYPE statement to see which version of HTML or XHTML you

are using, and then checks to see if the code is valid for that version.

a. reference

c. indexer

b. glossary

d. validator

ANS: D

REF: HTML 73

40. ____ code is the code or instructions used to create a Web page or program.

a. Compiled

c. WYSIWYG

b. Source

d. Development

ANS: B

REF: HTML 75

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download