I'm newbe to web.
I designed a web page using HTML.I also studying javascript.
I want to increase my link text and change my link color when i mouse
over it.
I tried with the below code . It is not working
<a href="somefile.htm" style="text-decoration:none"
OnMouseOver="javascript:this.style.color='#003300' ;this.style.text-size='10'
OnMouseOut="this.style.color='#990099'"><b>Some text</b></a>
Please help me