Which of the following is the correct way to send mail in HTML?
Anonymous Quiz
50%
<a href = "mailto: xy@y">
16%
<a href = "xy@y">
16%
<mail xy@y</mail>
10%
<mailto:abc@j>
8%
None of the above
π€―7π1π±1
Which of the following is the container for <th>, and <td> ?
Anonymous Quiz
8%
<data>
75%
<table>
4%
<group>
13%
All of the above
π±1
Which of the following HTML attribute is used to define inline styles?
Anonymous Quiz
7%
type
69%
style
10%
class
4%
id
5%
link
5%
meta
Which of the following CSS selectors are used to specify a group of elements?
Anonymous Quiz
10%
tag
12%
id
35%
class
29%
both id and class
4%
both id and tag
10%
both tag and class
π1π€―1
Which of the following CSS property is used to make the text bold?
Anonymous Quiz
18%
text-decoration: bold
48%
font-weight: bold
29%
font-style: bold
5%
text-align: bold
What will be the output of following CSS code?
h1 {color: "green";}
h1 {color: "green";}
Anonymous Quiz
18%
error occurs
14%
nothings happen
13%
heading becomes dark-green
51%
heading becomes green
3%
None of the above
π€4π2
Which of the following CSS style property is used to specify an italic text?
Anonymous Quiz
15%
style
11%
font
69%
font-style
6%
@font-face
Which of the following is the correct syntax to link an external style sheet in the HTML file?
Anonymous Quiz
13%
<style rel=βstylesheetβ link=βstyle.cssβ />
62%
<link rel=βstylesheetβ href=βstyle.cssβ />
20%
<link rel=βstylesheetβ src=βstyle.cssβ />
5%
<style rel=βstylesheetβ src=βstyle.cssβ />
π2π€―1π±1
Which of the following CSS property can be used to set the image as a border instead of the border style?
Anonymous Quiz
17%
background-image-source
31%
background-image
25%
border-image-source
27%
border-image
Which tag is used in HTML file to insert the internal JavaScript?
Anonymous Quiz
8%
<link>
8%
<head>
8%
<style>
61%
<script>
12%
<Javascript>
2%
<meta>
Which one of the following is the correct way of adding the external JavaScript?
Anonymous Quiz
33%
<link rel="script" href="myScript.js">
16%
<link rel="script" src="myScript.js">
41%
<script src="myScript.js"></script>
10%
<script href="myScript.js"></script>
JavaScript is used to
Anonymous Quiz
13%
define the content of the webpages
15%
specify the layout of the webpages
64%
program the behaviour of the webpages
8%
None of the Above
Which one of the following is the correct way of a comment in CSS?
Anonymous Quiz
24%
<!β Commentβ>
2%
? Comment /?
51%
/* Comment */
18%
Both a and c
2%
Both b and c
2%
All of the above
π2
What will be the background color of paragraph?
p {background-color:rgb(255, 0, 0);}
p {background-color:rgb(255, 0, 0);}
Anonymous Quiz
8%
Green
8%
Yellow
11%
Blue
60%
Red
8%
Black
4%
Grey
Which of the following CSS property defines the space between cells in a table?
Anonymous Quiz
65%
border-spacing
16%
border-style
8%
border
11%
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
36%
Value
18%
Selector
6%
Id
9%
Class
27%
Declaration
4%
Rule
π4π2
In following CSS code,
h1 {color:red;}
"redβ can be called __________
h1 {color:red;}
"redβ can be called __________
Anonymous Quiz
54%
Value
11%
Selector
4%
Id
7%
Class
21%
Declaration
3%
Rule
Which of the following attributes is used to specify elements to bind style rules to?
Anonymous Quiz
19%
Tag
20%
Id
23%
Class
33%
All of the above
5%
None of the above
Javascript Arrays are written with ______ bracket.
Anonymous Quiz
11%
( )
32%
{ }
49%
[ ]
8%
All of the above
π1
........... properties are written as name:value pairs, separated by commas with curly braces.
Anonymous Quiz
22%
Arrays
40%
Objects
22%
Strings
16%
All of the above
π1