Take a look at the following code snippet
<body>
<div>
<a href="http://www.google.com">Google</a>
<a href="http://www.gmail.com">Gmail</a>
<a href="http://www.fb.com">fb</a>
</div>
</body>
Is there a way to select <a>
tags without using classes and apply different properties to them?