<!DOCTYPE html> <html> <head> <style> a.first{ text-decoration-color:red; } a.second{ text-decoration-color:green; } </style> </head> <body> <a href="htts://www.web4college.com" class="first">web4college</a> <a href="https://www.google.com" target="_blank" class="second">Google</a> </body> </html>
Run
×
Share