Difficulty: Easy
Average Score: 80%
Given the following HTML code
<DOCTYPE html>
<html>
<head>
<title>Test </title>
<style>
a{
width:100px
height: 100px:
background-color:red;
display:block;
}
a:hover
{
}
</style>
</head>
<body>
<a href="#">Box</a>
</body>
</html>

Which CSS property should a developer specify in the `a:hover` rule set to make the red box transparent?

Report an Issue

Help us improve by flagging this content.

Rate this Practice Test

How helpful was this material?

Chat on WhatsApp