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";}
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
4%
@font-face
Which of the following is the correct syntax to link an external style sheet in the HTML file?
Anonymous Quiz
19%
<style rel=”stylesheet” link=”style.css” />
55%
<link rel=”stylesheet” href=”style.css” />
19%
<link rel=”stylesheet” src=”style.css” />
7%
<style rel=”stylesheet” src=”style.css” />
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 adding the external JavaScript?
Anonymous Quiz
29%
<link rel="script" href="myScript.js">
18%
<link rel="script" src="myScript.js">
44%
<script src="myScript.js"></script>
9%
<script href="myScript.js"></script>
JavaScript is used to
Anonymous Quiz
12%
define the content of the webpages
15%
specify the layout of the webpages
68%
program the behaviour of the webpages
5%
None of the Above
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);}
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 __________
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 __________
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
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
If U want to be admin MSG @Myhurthearts
https://t.me/addlist/433LZdSKQSg3YWFl
Telegram
C0DERS_Z0NE
𝐍ᴀᴅᴀɴ 𝐏ᴀʀɪɴᴅᴇ invites you to add the folder “C0DERS_Z0NE”, which includes 45 chats.
Forwarded from 𝐍ᴀᴅᴀɴ 𝐏ᴀʀɪɴᴅᴇ
Admin vacancy in our channel & group 😂
🔰Join & learn & earn 🔰
👉 https://t.me/addlist/e7aVgjvILjoyMzNl
👉 https://t.me/addlist/e7aVgjvILjoyMzNl
🔰Join & learn & earn 🔰
👉 https://t.me/addlist/e7aVgjvILjoyMzNl
If you want to be admin in any channel then msg @Myhurthearts
We can share revenue with you in our monetize channel approx $ 0.05 daily depends on revenue 😁
Responsibility of admin
1 ) share channel based content,post, anything
2) Also you can promote your channel free
3) and more benifits you can get like premium course, promotion..
👉 https://t.me/addlist/e7aVgjvILjoyMzNl
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 ?
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
How do you make a list that lists its items with squares?
Anonymous Quiz
40%
list-style-type: square;
11%
list: square;
29%
list-type: square;
11%
style-list:square;
9%
All of the above