Warning: main(../top.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 2

Warning: main(../top.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 2

Warning: main(../top.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 2

Warning: main() [function.include]: Failed opening '../top.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/developi/public_html/externalcss6.php on line 2
External Cascading Style Sheets Controling background styles
Warning: main(../topcss.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 11

Warning: main(../topcss.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 11

Warning: main(../topcss.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 11

Warning: main() [function.include]: Failed opening '../topcss.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/developi/public_html/externalcss6.php on line 11

8 Controlling Links Attributes Through Style Sheets


Warning: main(externalmenu.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 22

Warning: main(externalmenu.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 22

Warning: main(externalmenu.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 22

Warning: main() [function.include]: Failed opening 'externalmenu.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/developi/public_html/externalcss6.php on line 22
The anchor tag is responsible for links. We can set specific values for the anchor. These values will be for the link, active and visited. We can also have a hover property in styles.

1. To set the color of hyperlink text type in the following element:

A.link {

}

2. Between the brackets you can set the color. Here we set the color to fuschia.

A.link {
color: fuchsia;
}

3. Other attributes are those that are used for any text element.  Try putting a background-color  around it as if it was highlighted.

A.link {
color: fuchsia;
background-color: yellow;
}

4. Set the text to look very different by setting it to small caps.

A.link {
color: fuchsia;
background-color: yellow;
font-variant: small-caps;
}

5. Often as we design we want out links to stand out but not be decorated with underline. add a text-decoration attribute to none.

A.link {
color: fuchsia;
background-color: yellow;
font-variant: small-caps;
text-decoration: none;
}

6. Now set the properties of the visited and the active links using the following tags:

A.visited {
}

A.active {
}

Fill in your color and properties.

 

 

7. There is also a hover property that we can assign to the link for when the cursor is over the link without clicking. Set the hover text to blue.

. A.hover {
color: blue;
text-decoration: underline;
font-variant: small-caps;
}

Publish your CSS and link your html you are working on to it and see how the text changes!

 

Warning: main(../bottmp.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 154

Warning: main(../bottmp.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 154

Warning: main(../bottmp.php) [function.main]: failed to open stream: No such file or directory in /home/developi/public_html/externalcss6.php on line 154

Warning: main() [function.include]: Failed opening '../bottmp.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/developi/public_html/externalcss6.php on line 154