Xhtml Quick Quiz - Turtorial 1
- A markup language is a language that describes a document's _________________ and ________________.
- Netscape Navigator and Internet Explorer added ________________ to HTML to make it more flexible.
- True or False: The latest, reformulated version of HTML is XHTML version 1.0.
Quick Quiz
. Which of the following HTML tags is used to identify the information about the Web page itself?
- <head>
- <title>
- <body>
- <html>
A tag that contains no content is called a _______________________ tag.
True/False: You can enter tags in either uppercase or lowercase, but uppercase is recommended.
Quick Quiz
Which of the following HTML tags is used to specify the largest possible heading level?
The style attribute controls the _______________________ of an element.
True or False: Presentation attributes specify how a browser should render an element.
Quick Quiz Tutorial
Which of the following tags does not specify some kind of list?
If you want to change the appearance of your list, you can apply a __________ .
True/ or False: Inline elements describe the appearance of individual characters rather than blocks of text.
Quick Quiz:
Physical elements control the _______________ of a web pages content.
An element that describes the nature of the element's content is known as a(n) ___________________ .
True/False: It's better to use physical elements whenever possible, so that your output looks exactly the way you want it.
Quick Quiz:
. Code numbers are preceded by ______________.
- %
- @
- #
- &
The elements <br> and <hr> are known as _____________ elements.
True/False: You cannot specify the color of a horizontal line, only the size of the line.
Quick Quiz Hyperlinks - Anchors
To mark a piece of text as a link, you need to assign it a(n) ____________________.
A(n) ____________ attribute identifies the link target.
True/False: To support older browsers, you need to use anchor elements to create links.
Quick Quiz:
Which of the following is not a basic Web page structure?
- Storyboarding
- Linear
- Hierarchical
- Augmented linear
A(n) ____________ structure starts with a general topic that includes links to more specific topics.
True/False: You can combine linear and hierarchical structures.
Quick Quiz:
The HTML code <a href = "contacts.htm">Contact me</a>
- Links to a spot in the same document with the ID contacts.htm
- Links to a document called contacts.htm located in the root directory
- Links to a document called contacts.htm located in the same folder as the original page
- Links to a section called "Contact me" in a file called contacts.htm
To link to a specific spot in another document, you must specify both the filename and the ________________ of the target.
True/False: You should always use absolute paths in your links because they are more precise than relative paths.
Quick Quiz:
By default, each new page you open appears in a(n) _____________ browser window.
True/False: All browsers support popup windows, so you should use them whenever you can.
True/False: You should not place important elements in a link element unless those links are also duplicated elsewhere on the page.
Tutorial 3 Quick Quiz
The intensity of the red, green, and blue components of a color can vary from 0 to ___________.
- 8
- 16
- 250
- 255
There are ________ basic color names.
True or False: To define a custom color, you need to express the color name in a single string of six decimal characters.
Answers: d, sixteen, False.
Quick Quiz:
True/False: Absolute units define a font size using one of five standard units of measurement.
True/False: In HTML, you can control the amount of space between individual words, but not between individual letters.
The level of bold formatting applied to a piece of text is known as the ________________.
Quick Quiz: Web Color and Images
A color that is not displayed when an image is viewed in an application is known as a(n) ___________________ color.
A GIF image that is retrieved in stages is known as a:
- Compressed GIF
- Animated GIF
- Interlaced GIF
- Non-interlaced GIF
JPEG images can take advantage of the full 16.7 million colors in the color palette.
Quick Quiz:
True/False: Use the CLEAR style to prevent content from wrapping around a floating image.
True/False: A margin value can never be negative.
A translucent, fixed background image, such as the word DRAFT, that appears behind text and graphics on a Web page, is known as a(n) ____________________________.
Quick Quiz:
True or False: When a browser encounters an inline image, it cannot calculate the image size, so you should always specify the size.
Which of the following is not a valid value for the hotspot shape attribute?
- Circle
- Triangle
- Rect
- Poly
A ______________-side image map is defined within the HTML file.