
CSS 6
Authored by Ahmed elasey
English
2nd Grade
Used 10+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
اى مما يلى تستخدم لاعطاء تاثير على الرابط بلون مختلف
HOVER
OVER
OVERH
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<style>
div {
background-color: green;
color: #222;
padding: 25px;
text-align: center;
}
hover:div {
background-color: blue;
}
</style>
الكود صح
الكود خطأ
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<style>
div {
background-color: green;
color: #222;
padding: 25px;
text-align: center;
}
div:hover {
background-color: blue;
}
</style>
الكود صح
الكود خطأ
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<style>
p {
display: none;
background-color: yellow;
padding: 20px;
}
div:hover p {
display: block;
}
</style>
الكود صح
الكود خطأ
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<html>
<head>
<style>
a.highlight:hover {
color: #ff0000;
font-size: 22px;
}
</style>
</head>
<body>
<p><a class="high" href="1.html">CSS Syntax</a></p>
</body>
</html>
الكود صح
الكود خطأ
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<html>
<head>
<style>
a.highlight:hover {
color: #ff0000;
font-size: 22px;
}
<style>
</head>
<body>
<p><a class="highlight" href="1.html">CSS Syntax</a></p>
</body>
</html>
الكود صح
الكود خطأ
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<html>
<head>
<style>
.highlight:hover {
color: #ff0000;
font-size: 22px;
}
</style>
</head>
<body>
<p><a class="highlight" href="1.html">CSS Syntax</a></p>
</body>
</html>
الكود صح
الكود خطأ
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?