Is the choice of a variable name ("a", in this case) for hyperlinks arbitrary, in the following HTML code?

Casey

New member
<STYLE type="text/css">
.auto-style1 {
{color:black;}
a {color:blue;}
a:visited {color:#800080;}
a:hover {color:#008000;}
a:active {color:#FF0000;}
</STYLE>
 
Back
Top