Question
In the following code-snippet, what is the width of the div when we hover it?
div {
width: 100px;
}
div:hover {
width: 200px;
}
100px
200px
50px
None of the options
div {
width: 100px;
}
div:hover {
width: 200px;
}
100px
200px
50px
None of the options
Answers
There are no human answers yet.
Answered by
GPT 3.5
The width of the div when we hover it would be 200px.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.