Sunday, December 30, 2018

Removing the underline.

Removing the underline from links:- 


<html>
<body>

<a href="imag.asp" style="text-decoration:none">Imag</a>

</body>
</html>

OUTPUT:-  


No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...