علم البيانات | DS2 Quizes – Telegram
علم البيانات | DS2 Quizes
965 subscribers
96 photos
2 videos
14 files
110 links
"قناة علمية متخصصة في مجال علم البيانات، قناة خاصة بالاختبارات MCQ ."
القناة العامة: @Computer_DS_1
النقاشات: @Computer_DS1
قناة الاختبارات: @Computer_DS_2
بوت التواصل والمشاركات : @DS_Combot
Download Telegram
Which property is used to rotate, scale, or skew elements?
Anonymous Quiz
11%
translate
71%
transform
11%
transition
7%
animation
Which function moves an element along x and y axes?
Anonymous Quiz
23%
scale()
18%
rotate()
55%
translate()
5%
skew()
What is the expected result of the following code? p { color: blak; }
Anonymous Quiz
50%
The text will be black
50%
It wont work due to a typo
0%
The text will be blue
0%
The text is hidden
🤔5👍1😁1
What does this code do? div { border-radius: 10px; }
Anonymous Quiz
88%
Makes the corners rounded
12%
Changes border color
0%
Hides the element
0%
Adds shadow
What is the error in this code? h1 { font-weigth: bold; }
Anonymous Quiz
21%
Nothing
67%
Typo in property name
13%
Works partially
0%
Hides the text
What will happen if we apply this code? span { display: none; }
Anonymous Quiz
7%
Makes the element visible
86%
Hides the element completely
7%
Changes text color
0%
Adds spacing
What is the error in this code? p { background-colr: red; }
Anonymous Quiz
11%
Works normally
75%
Typo in property name
9%
Changes text color
5%
No effect
What does this code do? a:hover { text-decoration: underline; }
Anonymous Quiz
7%
Always underlines the link
82%
Underlines the link on hover
9%
Hides the link
2%
Changes link color
What does this code do? body { line-height: 2; }
Anonymous Quiz
84%
Doubles the line height
7%
Changes font size
2%
Changes background color
7%
Hides text
What is the error in this code? h2 { font-size 20px; }
Anonymous Quiz
7%
Nothing
78%
Missing colon
12%
Works partially
2%
Changes color
What does this code do? ul { list-style-type: none; }
Anonymous Quiz
83%
Removes bullet points
7%
Adds numbers
5%
Changes color
5%
Hides elements
What is the expected result of this code? p { margin: 10px 20px; }
Anonymous Quiz
0%
All margins 10px
98%
Top/bottom 10px, left/right 20px
0%
All margins 20px
3%
No effect
What is the error in this code? div { bacground-color: blue; }
Anonymous Quiz
10%
Changes color
86%
Doesnt work due to typo
5%
Hides the element
0%
Changes size
What is the expected result of this code? div { overflow: hidden; }
Anonymous Quiz
7%
Shows all content
63%
Cuts content that exceeds the box
5%
Adds a scrollbar
24%
Hides the element completely
What does this code do? h1 { text-transform: uppercase; }
Anonymous Quiz
90%
Converts text to uppercase
5%
Converts text to lowercase
5%
Changes color
0%
Changes font size
What is the error in this code? p { font-style: boldd; }
Anonymous Quiz
5%
Nothing
83%
Typo
13%
Works partially
0%
Changes color
What is the expected result of this code? p { color: rgb(255,0,0); }
Anonymous Quiz
0%
Blue text
15%
Green text
76%
Red text
10%
Black text
😢1