Describe how you can use background color and graphics to enhance navigation.
What will be an ideal response?
You can use background colors and graphics in a variety of ways to enhance your navigation. For example, you can indicate the user's location in the web site with a graphic or by changing a background color. You can also create an interactive "hover" effect that changes a color or background when the user points to a navigation link.You can use the link pseudo-classes along with CSS background images to show users where they have been on your web site. To create this effect, you must leave enough room in the background area of the element to display the image.The user's location in the web site can be indicated by a change in text weight, text color, background color, or with an indicating graphic commonly found on the web. Indicating location can be as simple as using bold text instead of a link in a navigation bar. This is easy to accomplish with a style named current, for example, which is applied to the link text for the current page:
#current {
font-weight: bold;
}
You might also like to view...
One of the below programs that when called like this (with the underscore representing a digit from 1 to 4) generates this output:
``` >>> dup_("rubber duck") ’kcud rebburrubber duck’ ```
The value of each attribute in a tag is usually placed in ____.
A. angle brackets B. parentheses C. quotation marks D. square brackets
How do you rename a page?
A) On the Home tab, in the Basic Text group, type the new name B) Right-click the Page tab and click Rename. C) Press the Delete key on the keyboard D) On the Home tab, in the Basic Text group, click Delete
Book titles are formatted in ____.
A. bold B. italics C. bold and italics D. small caps