.html :-
<a href="sample.jsp" class="removelink"> Click me </a>
.css :-
.removelink {
text-decoration: none;
pointer-events : none;
}
<a href="sample.jsp" class="removelink"> Click me </a>
.css :-
.removelink {
text-decoration: none;
pointer-events : none;
}
No comments:
Post a Comment