Sunday, January 19, 2014

Internal Styles - Universal

Example:

This page defines the style as explained above. So we can see how a "a" tag looks like 

Code: 

<head>
<style>
a
{
color: green;
}
</style>
</head>


Result: