Have it
<a href="#" id="a1">1</a>
AND
<a href="#" id="a2">2</a>
How to write in CSS to make it permissible for the first link in the normal state so that there is no underline and the color was black. And for the second in the usual form, everything is standard, but when you hover the cursor on it, let's say it turned green?
<a class="link1" href="#" id="a1">1</a>
and for link 2 class 2 - Nilsan