|
Navigation:
|
|
|
|
|
|
Using an Embedded Style Sheet to Format Hyperlinks You can use styles to format text consistently throughout a web page. Although styles follow a standard, not all browsers fully support styles. (For example, Netscape and Internet Explorer vary in their support of styles.) As a result, some features may or may not work depending upon which browser you use. However, I find that the browser, Opera, seems to fully support styles. You may want to download and install this free browser to verify that your styles are working properly. Example This is an example of a link that uses an embedded style sheet to remove the underline and format the link in a different color. (You need to format the link in such a way that a visitor knows that it is a link.) An embedded style sheet requires a style section within the HTML code. The style section must be located between the set of HEAD tags. Here's what the code looks like:
Explanation...
|
|