1.

How to set colour of link with CSS

Answer»

< HTML>
< head>
< TITLE>class< /titlle>
< style>
A:link
{
color:green;
text-decoration:NONE;
}
< /style>
< /head>
< body>
< div id=cha>
< H1>This is interview QUESTION web site< /h1>
< p>this is < a href="http://www.getproductprice.com/"> Interview Questions < /a>For you< /p>
< /div>
< /body>
< /html>



Discussion

No Comment Found