PROGRAMMING MEMES
2.98K subscribers
209 photos
8 videos
47 files
98 links
https://t.me/addlist/oJIs6WVKrqBmMWQ1

Hello! I am @Myhurthearts and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills , just let me know
Download Telegram
Which of the following CSS selectors are used to specify a group of elements?
Anonymous Quiz
5%
tag
12%
id
29%
class
48%
both id and class
5%
both id and tag
2%
both tag and class
👍1
Which of the following CSS property is used to make the text bold?
Anonymous Quiz
17%
text-decoration: bold
47%
font-weight: bold
28%
font-style: bold
9%
text-align: bold
What will be the output of following CSS code?
h1 {color: "green";}
Anonymous Quiz
10%
error occurs
18%
nothings happen
20%
heading becomes dark-green
49%
heading becomes green
2%
None of the above
Which of the following CSS style property is used to specify an italic text?
Anonymous Quiz
24%
style
14%
font
57%
font-style
Which of the following CSS property can be used to set the image as a border instead of the border style?
Anonymous Quiz
22%
background-image-source
22%
background-image
31%
border-image-source
24%
border-image
Which tag is used in HTML file to insert the internal JavaScript?
Anonymous Quiz
6%
<link>
12%
<head>
12%
<style>
56%
<script>
14%
<Javascript>
0%
<meta>
1
Which one of the following is the correct way of a comment in CSS?
Anonymous Quiz
24%
<!— Comment—>
4%
? Comment /?
51%
/* Comment */
11%
Both a and c
7%
Both b and c
4%
All of the above
What will be the background color of paragraph?
p {background-color:rgb(255, 0, 0);}
Anonymous Quiz
2%
Green
6%
Yellow
19%
Blue
63%
Red
6%
Black
4%
Grey
👍1
Which of the following CSS property defines the space between cells in a table?
Anonymous Quiz
60%
border-spacing
18%
border-style
14%
border
8%
None of the above
👍1
In following CSS code,
h1 {color:red;}
“color:red;” can be called __________
Anonymous Quiz
27%
Value
27%
Selector
2%
Id
16%
Class
20%
Declaration
8%
Rule
In following CSS code,
h1 {color:red;}
"red” can be called __________
Anonymous Quiz
48%
Value
28%
Selector
4%
Id
9%
Class
9%
Declaration
2%
Rule
Which of the following attributes is used to specify elements to bind style rules to?
Anonymous Quiz
24%
Tag
18%
Id
18%
Class
39%
All of the above
0%
None of the above
Do you love Crypto currency, Scam alert, online earning, crypto listing and more in one channel 😀 join now 👇

https://t.me/crypto_mlmcommunity

https://whatsapp.com/channel/0029VaByk4VF1YlQDxhpxo0W

For Google drive & mega links 🔗

https://t.me/use_fullinks
Forwarded from DEVELOPER CHEET SHEET (𝐍ᴀᴅᴀɴ 𝐏ᴀʀɪɴᴅᴇ)
Join Coder's our Chat folder 📁 here is everything you want share with friends 😁

If U want to be admin MSG @Myhurthearts

https://t.me/addlist/433LZdSKQSg3YWFl
Forwarded from 𝐍ᴀᴅᴀɴ 𝐏ᴀʀɪɴᴅᴇ
How do you display a border like this:

The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel ?
Anonymous Quiz
33%
border-width: 10px 5px 20px 1px
44%
border-width: 10px 1px 5px 20px
14%
border-width: 10px 20px 5px 1px
9%
border-width: 10px 5px 1px 20px