file:///C:/Users/User/Downloads/eduro.htm
acceseaza acest link.functioneaza?am pus in aplicare toate cerintele.dai copy si paste pe browser-ul tau
ce am scris in notepad pt rezultatul acestui site :
<!DOCTYPE html>
<html>
<head>
<style>
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: red;
background-color: transparent;
text-decoration: none;
}
a:active {
color: orange;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<a href="https://edu.ro/" target="_blank">edu.ro</a>
</body>
</html>