Test 6 O Level M2

1 / 100

Which HTML tag is used to define a section in a document?

2 / 100

What does CSS stand for?

3 / 100

How can you add a comment in CSS?

4 / 100

What is the purpose of the <title> tag in HTML?

5 / 100

How do you select an element with the id "header" in CSS?

6 / 100

Which property is used to change the font of an element?

7 / 100

Which HTML attribute is used to specify the target of a hyperlink?

8 / 100

How do you create a nested list in HTML?

9 / 100

What is the correct CSS syntax to change the color of a paragraph to red?

10 / 100

What is the correct CSS syntax to set the background color of an element to blue?

11 / 100

How do you create a CSS class?

12 / 100

How do you create a button in HTML?

13 / 100

How do you create a comment in HTML?

14 / 100

How do you create a CSS gradient?

15 / 100

How do you create a CSS shadow?

16 / 100

What is the purpose of the z-index property in CSS?

17 / 100

How do you create a CSS float?

18 / 100

How do you create a hyperlink to an external website?

19 / 100

How do you create a text input field in HTML?

20 / 100

What is the purpose of the @media query in CSS?

21 / 100

How do you create a list of items in HTML?

22 / 100

Which is not a valid Background property of CSS ?

23 / 100

What is not true about W3.CSS ?

24 / 100

Identify the invalid HTML event.

25 / 100

W3.CSS does not provides the following
border class :

26 / 100

Identify the valid new <input> tag element
in HTML 5 ?

27 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

28 / 100

What is not a valid statement for Angular
JS ?

29 / 100

Which converter is present in Notepad++ ?

30 / 100

File protocol is used for ________.

31 / 100

Identify the features of photo-editing
software.

32 / 100

Exponential operator in JavaScript is

33 / 100

SGML stands for :

34 / 100

What is not true about the <label> tag of
HTML ?

35 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

36 / 100

Are the negative values allowed in padding
property ?

37 / 100

Identify the basic lists in W3.css

38 / 100

How are tones created in Images ?

39 / 100

What is true about Conflicting Styles ?

40 / 100

Which is true about <iframe> tag ?

41 / 100

________ binds the value of HTML controls
to application data.

42 / 100

An element can be accessed in JavaScript
using :

43 / 100

Identify the default font used in W3.Font

44 / 100

Directive to initialize Angular JS application :

45 / 100

Browsers will usually underline inserted text
in the tag __________.

46 / 100

<del> element defines text that has been
deleted from a document. Browser display
them as :

47 / 100

w3-container class adds a padding to any
HTML element :

48 / 100

Shortcut keys for rotating canvas 90 Degree
clockwise is _________.

49 / 100

Autofocus attribute can be used on which
element ?

50 / 100

Which is not a vibrant color ?

51 / 100

How to specify individual items in an ordered
list ?

52 / 100

Service which helps an organization to host
a website on the Web Server :

53 / 100

Identify which is not the correct Image Class
in W3.Image.

54 / 100

Identify the correct statement for Absolute
Positioning in CSS ?

55 / 100

What is the role of JavaScript in web design ?

56 / 100

__________ are used to identify user input,
user action and browser actions

57 / 100

What is true about the Box model of CSS ?

58 / 100

Identify the incorrect media type defined in
CSS 2.

59 / 100

w3-color and w3-text-color classes can be
used to color :

60 / 100

What is not true about External Style sheet ?

61 / 100

CSS's position property default value is __________.

62 / 100

Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.

63 / 100

Which CSS property should one use to encircle an image with text?

64 / 100

Which of the following properties of an anchor element indicates that the user is currently
clicking on an element ?

65 / 100

Which of the following is a correct CSS Syntax ?

66 / 100

Who invented www (World Wide Web) ?

67 / 100

Which of the following is used for creating and manipulating photoshop images ?

68 / 100

Which shortcut key is used to duplicate the current line in Notepad++ ?

 

 

69 / 100

In the given img tag, what "img.png" inside the double quote implies ?

70 / 100

Which is the correct syntax for Angular Module ?

71 / 100

Which of the following is video format in HTML5 ?

72 / 100

Which of the following options can be used to remove parts of an image ?

73 / 100

__________ are computers that connect to a network and deliver resources to other
computers.

74 / 100

Which of the following is true about AngularJS expressions ?

75 / 100

For generalized color correction, which command adjusts the overall combination of colors in
an image ?

76 / 100

Which of the following properties is used to set the face of a font ?

77 / 100

What is a Model in MVC ?

78 / 100

Marquee tag is used for __________.

79 / 100

HTML Tags are enclosed in __________.

80 / 100

How can one change the font of an element ?

81 / 100

For what purpose is the CSS padding property used ?

82 / 100

Which of the following is not possible to animate using CSS?

83 / 100

What is the file extension for a Photoshop file ?

84 / 100

Which tool is used to write your name on an image ?

85 / 100

HTML metadata is present in which of the following tags ?

86 / 100

What is the output of the following JavaScript code ?
<script>
var a;
document.getElementById("demo").innerHTML = a+1;
</script>

87 / 100

Which one of the following is not considered as an error :

88 / 100

Which of the following defines the set of rules that are followed by each computer present on
a network ?

89 / 100

Which of the following file types does not have the ability to be animated ?

90 / 100

Which of the following directives allows one to use form ?

91 / 100

Which of the following is/are the purpose of markup language ?
I. Add hypertext capabilities
II. Enhance the document
III. To define elements within a document.

92 / 100

How to insert multiple line comments in a CSS file ?

93 / 100

Which CSS property helps one to decide whether the text should be clipped, show some
dots (ellipsis), or display a custom string ?

94 / 100

HTTP stands for __________.

95 / 100

By using CSS style or code, how can one remove the underline from all hyperlinks ?

96 / 100

Which selector selects elements based on a certain state ?

97 / 100

From the below mentioned CSS properties, which of the following is used to make the text
bold?

98 / 100

What will be the output of the following JavaScript code ?
<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script>

99 / 100

What will happen in the following case ?
h1 {color: red text-decoration: underline; font-style: italic;}

100 / 100

Which of the following is true for pseudo class in CSS ?

Your score is

The average score is 56%

0%

Test 5 O Level M2

1 / 100

Which of the following properties of an anchor element indicates that the user is currently
clicking on an element ?

2 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

3 / 100

w3-container class adds a padding to any
HTML element :

4 / 100

Which of the following defines the set of rules that are followed by each computer present on
a network ?

5 / 100

Which attribute is used for body background color ?

6 / 100

Service which helps an organization to host
a website on the Web Server :

7 / 100

Which is not a vibrant color ?

8 / 100

How do you create a CSS shadow?

9 / 100

Color enhancement refers to ___________.

10 / 100

What is the difference between id and class attributes in HTML?

11 / 100

Which is not a main built-in search
mechanisms ?

12 / 100

What is a Model in MVC ?

13 / 100

What is not correct about the Style class ?

14 / 100

Which HTML attribute is used to specify the target of a hyperlink?

15 / 100

An online information retrieval tool that uses
the data of a web search engine to produce
its own results :

16 / 100

For which of the following purpose(s) JavaScript is designed for ?

17 / 100

How are tones created in Images ?

18 / 100

Identify the incorrect statement about a
PseudoClass in CSS.

19 / 100

Which is not a valid Background property of
CSS ?

20 / 100

How to read and render an HTML page ?

21 / 100

In the given img tag, what "img.png" inside the double quote implies ?

22 / 100

Identify the invalid statement about Angular
JS Expressions.

23 / 100

What is not true about the

24 / 100

Which of the following options can be used to remove parts of an image ?

25 / 100

The most importantelement of a webpage is a container for :

26 / 100

A set of navigation links is defined using tag :

27 / 100

SGML stands for :

28 / 100

__________ is the HTML tag used for superscript text.

29 / 100

What is the purpose of the z-index property in CSS?

30 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

31 / 100

Which of the following properties is used to set the face of a font ?

32 / 100

What is a module in AngularJS ?

33 / 100

What is the role of JavaScript in web design ?

34 / 100

Which of the following is/are the purpose of markup language ?
I. Add hypertext capabilities
II. Enhance the document
III. To define elements within a document.

35 / 100

To cluster a group of elements together to
apply formatting __________.

36 / 100

Identify the invalid HTML event.

37 / 100

What is not true about W3.CSS ?

38 / 100

How to specify individual items in an ordered
list ?

39 / 100

Which of the following is the CSS Extension Prefixes for Webkit ?

40 / 100

Image __________ is changing the appearance of an image by altering the colors of the
pixels.

41 / 100

The internet originated from the concept of __________.

42 / 100

Which CSS property specifies how a video, or an image is resized to fit its content box ?

43 / 100

What is the proper html syntax for referencing an external style sheet ?

44 / 100

__________ are computers that connect to a network and deliver resources to other
computers.

45 / 100

Identify the non-semantic elements in HTML
tags.

46 / 100

Which of the following tag is used for inserting the largest heading in HTML ?

47 / 100

Identify the invalid HTML event.

48 / 100

Identify the valid new <input> tag element
in HTML 5 ?

49 / 100

What is the purpose of the @media query in CSS?

50 / 100

Identify the invalid image filter.

51 / 100

Identify which is not the correct Image Class
in W3.Image.

52 / 100

Which of the following is not a text editor ?

53 / 100

Identify the valid new <input> tag element
in HTML 5 ?

54 / 100

To cluster a group of elements together to
apply formatting __________.

55 / 100

How do you create a comment in HTML?

56 / 100

Which of the following is correct ?

57 / 100

Which of the following is used for creating and manipulating photoshop images ?

58 / 100

Which of the following is used to create an ordered list in HTML?

59 / 100

w3-color and w3-text-color classes can be
used to color :

60 / 100

Which Filter is based on the idea of
photographers adding colored filters to the
camera lens to tint the photo ?

61 / 100

A set of navigation links is defined using tag :

62 / 100

Which of the following can be used as a prefix
for Directives ?

63 / 100

When working with a Mask Layer, for an erasing effect, what tool is used to "take away" and
"add" to the picture ?

64 / 100

What is true about the Box model of CSS ?

65 / 100

Identify the basic lists in W3.css

66 / 100

Directive to initialize Angular JS application :

67 / 100

For generalized color correction, which command adjusts the overall combination of colors in
an image ?

68 / 100

The “color:black” in CSS syntax is known as __________.

69 / 100

What will happen in the following case ?
h1 {color: red text-decoration: underline; font-style: italic;}

70 / 100

Which statement is not true about responsive
tables in W3.Table ?

71 / 100

Which is not a valid Background property of CSS ?

72 / 100

Are the negative values allowed in padding
property ?

73 / 100

What is the difference between display: none and visibility: hidden?

74 / 100

Which of the following directives is used to
start an angular JS application ?

75 / 100

Which of the following is not a mouse event ?

76 / 100

Which of the following directives allows one to use form ?

77 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

78 / 100

Which is not true about CSS ?

79 / 100

Which of the following is true ?

80 / 100

In the following transition, what does .4s describe ?
transition: color .4s linear;

81 / 100

An element can be accessed in JavaScript
using :

82 / 100

Which of the following is required for joining the internet ?

83 / 100

Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.

84 / 100

Shortcut keys for rotating canvas 90 Degree
clockwise is _________.

85 / 100

What is not true about ng-repeat directive in
Angular JS ?

86 / 100

What is the file extension for a Photoshop file ?

87 / 100

Which is the correct syntax for Angular Module ?

88 / 100

Shortcut keys to activate Gaussian Blur :

89 / 100

How many columns are supported in the
responsive grid ?

90 / 100

_________ is a generic inline element that
applies no inherent formatting

91 / 100

What will be the output of the following JavaScript code ?
<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script>

92 / 100

What is not true about the <label> tag of
HTML ?

93 / 100

Ctrl + ⇧ + P is the shortcut key to open __________ in sublime text editor.

94 / 100

What type of value gets printed if we add the following two variables ?
var a = "10";var b = 50;

95 / 100

Service which helps an organization to host
a website on the Web Server :

96 / 100

Which of the following is video format in HTML5 ?

97 / 100

__________ are used to identify user input,
user action and browser actions

98 / 100

W3.Table does not provide the following class
for tables.

99 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

100 / 100

A color system's range of colors that it can display or print is __________.

Your score is

The average score is 65%

0%

Test 4 O Level M2

1 / 100

Which is not a valid list type in W3.List ?

2 / 100

Identify the incorrect media type defined in
CSS 2.

3 / 100

Which converter is present in Notepad++ ?

4 / 100

Shortcut keys to activate Gaussian Blur :

5 / 100

W3.Table does not provide the following class
for tables.

6 / 100

What is not true about W3.CSS ?

7 / 100

Exponential operator in JavaScript is :

8 / 100

Which tag is used to render and represents
an independent piece of content of a
document ?

9 / 100

__________ tag embeds CSS in a webpage.

10 / 100

MIME stands for _________.

11 / 100

Which of the following is not a type of Screen
frames in HTML ?

12 / 100

Identify the invalid HTML event.

13 / 100

Identify the correct statement for Absolute
Positioning in CSS ?

14 / 100

Quick Selection tool is used for the purpose
of :

15 / 100

The body of the style sheet includes
__________.

16 / 100

Identify the valid new <input> tag element
in HTML 5 ?

17 / 100

Color enhancement refers to ___________.

18 / 100

Which statement is not true for the headings
in W3.Font ?

19 / 100

Identify the basic lists in W3.css.

20 / 100

SGML stands for :

21 / 100

Identify the browser which can render
HTML 5 tags.

22 / 100

A set of navigation links is defined using
tag :

23 / 100

Which statement is not true about responsive
tables in W3.Table ?

24 / 100

An online information retrieval tool that uses
the data of a web search engine to produce
its own results :

25 / 100

________ binds the value of HTML controls
to application data.

26 / 100

Which keyword is a must to use when
JavaScript code is to run in older browser ?

27 / 100

An index page is __________.

28 / 100

File protocol is used for ________.

29 / 100

W3.CSS does not provides the following
border class :

30 / 100

__________ is used to specify a new condition
to test if the first condition is false.

31 / 100

Hypertext is a :

32 / 100

How are tones created in Images ?

33 / 100

Which class property makes an image
transparent ?

34 / 100

Identify which is not the correct Image Class
in W3.Image.

35 / 100

Which statements are correct regarding
w3-panel ?

36 / 100

Shortcut keys for rotating canvas 90 Degree
clockwise is _________.

37 / 100

How to specify individual items in an ordered
list ?

38 / 100

Which of the following directives is used to
start an angular JS application ?

39 / 100

To cluster a group of elements together to
apply formatting __________.

40 / 100

Which is not a valid encoding standard not
present in Notepad++ ?

41 / 100

What is not correct about the Style class ?

42 / 100

What is not true about ng-repeat directive in
Angular JS ?

43 / 100

Rectangular Marquee tool is used for the
purpose of :

44 / 100

Which is not a valid CSS type ?

45 / 100

What protocol is used by all computer
connections to the Internet ?

46 / 100

What is not true about the <label> tag of
HTML ?

47 / 100

What does the .edu domain represents ?

48 / 100

What is not correct about Embedded Style
Sheets ?
What is not correct about Embedded Style
Sheets ?

49 / 100

JavaScript can change :

50 / 100

Lasso tool is best used for :

51 / 100

Which is not a main built-in search
mechanisms ?

52 / 100

Which statement is used to come out switch
block ?

53 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

54 / 100

What is not true about External Style sheet ?

55 / 100

The most importantelement of a webpage is a container for :

56 / 100

Which is true about <iframe> tag ?

57 / 100

<del> element defines text that has been
deleted from a document. Browser display
them as :

58 / 100

Browsers will usually underline inserted text
in the tag __________.

59 / 100

Are the negative values allowed in padding
property ?

60 / 100

Identify the invalid statement about Angular
JS Expressions.

61 / 100

Which Filter is based on the idea of
photographers adding colored filters to the
camera lens to tint the photo ?

62 / 100

Identify the invalid image filter.

63 / 100

An element can be accessed in JavaScript
using :

64 / 100

Which is not a valid text alignment class in
W3.Text ?

65 / 100

The __________ property allows to indent the
first line of text in an element.

66 / 100

Which of the following can be used as a prefix
for Directives ?

67 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

68 / 100

Which is not a vibrant color ?

69 / 100

Which is not a valid meta search engine ?

70 / 100

Which operator is used to get datatype of a
variable in JavaScript ?

71 / 100

Which CSS specification was first declared
to become an official W3C Recommendation ?

72 / 100

Which is not true about CSS ?

73 / 100

Directive to initialize Angular JS application :

74 / 100

__________ are used to identify user input,
user action and browser actions.

75 / 100

Identify the default font used in W3.Font

76 / 100

Which is not a valid Background property of
CSS ?

77 / 100

w3-container class adds a padding to any
HTML element :

78 / 100

How many columns are supported in the
responsive grid ?

79 / 100

Identify the incorrect statement about a
PseudoClass in CSS.

80 / 100

Service which helps an organization to host
a website on the Web Server :

81 / 100

w3-color and w3-text-color classes can be
used to color :

82 / 100

Identify the non-semantic elements in HTML
tags.

83 / 100

What is true about the Box model of CSS ?

84 / 100

Which JavaScript statement is used to
perform different actions based on different
conditions ?

85 / 100

Identify where a <section> element can be
used.

86 / 100

What is the task of DNS Name server ?

87 / 100

Identify benefits that are provided by Photo
Editing for Business.

88 / 100

What is the role of JavaScript in web design ?

89 / 100

_________ is a generic inline element that
applies no inherent formatting.

90 / 100

Autofocus attribute can be used on which
element ?

91 / 100

_________ makes the text bold

92 / 100

The __________ pseudoclass is activated
when the user moves the mouse cursor over
the specified element.

93 / 100

Identify the invalid <input> tag “type”
attribute value.

94 / 100

Identify the wrong statements about
“Cookies” ?

95 / 100

Variables in JavaScript cannot be declared
using :

96 / 100

Identify the features of photo-editing
software.

97 / 100

HTTP PUT request method is used to :

98 / 100

Shortcut keys to hide lines in Notepad++ :

99 / 100

What is not a valid statement for Angular
JS ?

100 / 100

What is true about Conflicting Styles ?

Your score is

The average score is 57%

0%

Test 3 O Level M2

1 / 100

An element can be accessed in JavaScript
using :

2 / 100

Which tag is used to render and represents
an independent piece of content of a
document ?

3 / 100

What is true about the Box model of CSS ?

4 / 100

__________ are used to identify user input,
user action and browser actions.

5 / 100

Which statements are correct regarding
w3-panel ?

6 / 100

Shortcut keys to activate Gaussian Blur :

7 / 100

Which operator is used to get datatype of a
variable in JavaScript ?

8 / 100

Lasso tool is best used for :

9 / 100

How to specify individual items in an ordered
list ?

10 / 100

Identify the incorrect media type defined in
CSS 2.

11 / 100

File protocol is used for ________.

12 / 100

Which is not a valid meta search engine ?

13 / 100

Which CSS specification was first declared to
become an official W3C Recommendation ?

14 / 100

Which is not a main built-in search
mechanisms ?

15 / 100

Hypertext is a :

16 / 100

Are the negative values allowed in padding
property ?

17 / 100

__________ tag embeds CSS in a webpage.

18 / 100

_________ makes the text bold.

19 / 100

What is not a valid statement for Angular
JS ?

20 / 100

SGML stands for :

21 / 100

MIME stands for _________.

22 / 100

What protocol is used by all computer
connections to the Internet ?

23 / 100

Which is true about <iframe> tag ?

24 / 100

An index page is __________.

25 / 100

Which JavaScript statement is used to
perform different actions based on different
conditions ?

26 / 100

_________ is a generic inline element that
applies no inherent formatting.

27 / 100

What is true about Conflicting Styles ?

28 / 100

Identify the basic lists in W3.css.

29 / 100

Directive to initialize Angular JS application :

30 / 100

Which statement is used to come out switch
block ?

31 / 100

What is not correct about the Style class ?

32 / 100

Identify the invalid <input> tag “type”
attribute value.

33 / 100

Exponential operator in JavaScript is :

34 / 100

Quick Selection tool is used for the purpose
of :

35 / 100

HTTP PUT request method is used to :

36 / 100

Shortcut keys for rotating canvas 90 Degree
clockwise is _________.

37 / 100

__________ is used to specify a new condition
to test if the first condition is false.

38 / 100

Identify the default font used in W3.Font.

39 / 100

The most importantelement of a webpage is a container for :

40 / 100

w3-container class adds a padding to any
HTML element :

41 / 100

Browsers will usually underline inserted text
in the tag __________.

42 / 100

An online information retrieval tool that uses
the data of a web search engine to produce
its own results :

43 / 100

The body of the style sheet includes
__________.

44 / 100

Which keyword is a must to use when
JavaScript code is to run in older browser ?

45 / 100

Variables in JavaScript cannot be declared
using :

46 / 100

Identify the valid new <input> tag element
in HTML 5 ?

47 / 100

How many columns are supported in the
responsive grid ?

48 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

49 / 100

What is not true about W3.CSS ?

50 / 100

Which is not true about CSS ?

51 / 100

What does the .edu domain represents ?

52 / 100

Identify where a <section> element can be
used.

53 / 100

What is not true about ng-repeat directive in
Angular JS ?

54 / 100

Identify the invalid statement about Angular
JS Expressions.

55 / 100

________ binds the value of HTML controls
to application data.

56 / 100

Identify the browser which can render
HTML 5 tags.

57 / 100

Which is not a vibrant color ?

58 / 100

Which statement is not true for the headings in W3.Font ?

59 / 100

What is the role of JavaScript in web design ?

60 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

61 / 100

Which statement is not true about responsive
tables in W3.Table ?

62 / 100

Identify the invalid image filter.

63 / 100

What is the task of DNS Name server ?

64 / 100

Which converter is present in Notepad++ ?

65 / 100

How are tones created in Images ?

66 / 100

The __________ property allows to indent the
first line of text in an element.

67 / 100

Which is not a valid Background property of
CSS ?

68 / 100

To cluster a group of elements together to
apply formatting __________.

69 / 100

Shortcut keys to hide lines in Notepad++ :

70 / 100

Identify the correct statement for Absolute
Positioning in CSS ?

71 / 100

Which is not a valid list type in W3.List ?

72 / 100

Identify the invalid HTML event.

73 / 100

Color enhancement refers to ___________.

74 / 100

W3.CSS does not provides the following
border class :

75 / 100

Which of the following can be used as a prefix
for Directives ?

76 / 100

The __________ pseudoclass is activated
when the user moves the mouse cursor over
the specified element.

77 / 100

Identify the wrong statements about
“Cookies” ?

78 / 100

<del> element defines text that has been
deleted from a document. Browser display
them as :

79 / 100

Which Filter is based on the idea of
photographers adding colored filters to the
camera lens to tint the photo ?

80 / 100

What is not true about External Style sheet ?

81 / 100

What is not true about the

82 / 100

Autofocus attribute can be used on which
element ?

83 / 100

Identify the non-semantic elements in HTML
tags.

84 / 100

What is not correct about Embedded Style
Sheets ?

85 / 100

Identify the incorrect statement about a
PseudoClass in CSS.

86 / 100

JavaScript can change :

87 / 100

Rectangular Marquee tool is used for the
purpose of :

88 / 100

Identify the features of photo-editing
software.

89 / 100

Identify which is not the correct Image Class
in W3.Image.

90 / 100

w3-color and w3-text-color classes can be
used to color :

91 / 100

Which is not a valid encoding standard not
present in Notepad++ ?

92 / 100

Which is not a valid CSS type ?

93 / 100

W3.Table does not provide the following class
for tables.

94 / 100

Which of the following directives is used to
start an angular JS application ?

95 / 100

A set of navigation links is defined using tag :

96 / 100

Which of the following is not a type of Screen
frames in HTML ?

97 / 100

Identify benefits that are provided by Photo
Editing for Business.

98 / 100

Which class property makes an image
transparent ?

99 / 100

Service which helps an organization to host
a website on the Web Server :

100 / 100

Which is not a valid text alignment class in
W3.Text ?

Your score is

The average score is 43%

0%

Test 2 O Level M2

1 / 100

Which statement specify correct difference between var and let keywords in JavaScript ?

2 / 100

Which of the following is/are the purpose of markup language ?
I. Add hypertext capabilities
II. Enhance the document
III. To define elements within a document.

3 / 100

Which is the correct syntax to call an external JavaScript file in the current HTML document ?

4 / 100

Which of the following directives allows one to use form ?

5 / 100

If params is a DOM object for a paragraph, which of the following is a correct syntax to
change the text in the paragraph ?

6 / 100

Which of the following file types does not have the ability to be animated ?

7 / 100

Which of the following defines the set of rules that are followed by each computer present on
a network ?

8 / 100

Which of the following statements is/are correct ?

9 / 100

Ctrl + ⇧ + P is the shortcut key to open __________ in sublime text editor.

10 / 100

Which one of the following is not considered as an error :

11 / 100

What is the output of the following JavaScript code ?
<script>
var a;
document.getElementById("demo").innerHTML = a+1;
</script>

12 / 100

When working with a Mask Layer, for an erasing effect, what tool is used to "take away" and
"add" to the picture ?

13 / 100

HTML metadata is present in which of the following tags ?

14 / 100

Which of the following is correct ?

15 / 100

Which tool is used to write your name on an image ?

16 / 100

Which of the following is not possible to animate using CSS?

17 / 100

A color system's range of colors that it can display or print is __________.

18 / 100

For what purpose is the CSS padding property used ?

19 / 100

What is the file extension for a Photoshop file ?

20 / 100

File transfer from any webpage to computer system is referred to as __________.

21 / 100

HTML Tags are enclosed in __________.

22 / 100

How to read and render an HTML page ?

23 / 100

Marquee tag is used for __________.

24 / 100

What is a Model in MVC ?

25 / 100

How can one change the font of an element ?

26 / 100

Which feature of photoshop track recent changes made to an image ?

27 / 100

For generalized color correction, which command adjusts the overall combination of colors in
an image ?

28 / 100

Consider the below div tag content statement, how to print the value of "UserName"?
<div ng-app="" ng-init="firstName='John'">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="UserName"></p>
<p>You wrote: __________ </p>
</div>

29 / 100

Which of the following properties is used to set the face of a font ?

30 / 100

Which of the following statements define Arrays in JavaScript ?

31 / 100

Which of the following is true about AngularJS expressions ?

32 / 100

__________ are computers that connect to a network and deliver resources to other
computers.

33 / 100

Which of the following attributes defines the URL of the page to embed when the <iframe>
tag is used ?

34 / 100

Which of the following options can be used to remove parts of an image ?

35 / 100

Which of the following is/are a <style> tag(s) ?

36 / 100

How to close all files open in Notepad++?

37 / 100

Which of the following is video format in HTML5 ?

38 / 100

Which of the following is video format in HTML5 ?

39 / 100

Which is the correct syntax for Angular Module ?

40 / 100

Which of the following is not a browser ?

41 / 100

What is the keyboard shortcut for increasing a document's zoom level ?

42 / 100

In the given img tag, what "img.png" inside the double quote implies ?

43 / 100

Who invented www (World Wide Web) ?

44 / 100

Which of the following is used for creating and manipulating photoshop images ?

45 / 100

Which shortcut key is used to duplicate the current line in Notepad++ ?

 

 

46 / 100

Which CSS property should one use to encircle an image with text?

47 / 100

Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.

48 / 100

How will you make all paragraph elements 'GREY' in color ?

49 / 100

Which of the following properties of an anchor element indicates that the user is currently
clicking on an element ?

50 / 100

Which of the following is a correct CSS Syntax ?

51 / 100

CSS's position property default value is __________.

52 / 100

Which CSS property specifies how a video, or an image is resized to fit its content box ?

53 / 100

W3.CSS does not provides the following border class.

54 / 100

What type of value gets printed if we add the following two variables ?
var a = "10";var b = 50;

55 / 100

Which of the following is the correct option for the requirement of web publishing ?

56 / 100

The internet originated from the concept of __________.

57 / 100

Which of the following ways are valid to specify white color using CSS ?
I. #FFFFFF
II. rgb (255, 255, 255)
III. rgb (FF, FF, FF)

58 / 100

Which program is used by web clients to view the web pages ?

59 / 100

W3.CSS is a standard CSS that has :

60 / 100

Which of the following is the CSS Extension Prefixes for Webkit ?

61 / 100

Image __________ is changing the appearance of an image by altering the colors of the
pixels.

62 / 100

CSS syntax is divided into __________ parts.

63 / 100

__________ is a declaration for an HTML5 document.

64 / 100

In CSS, selectors are __________ used to select the elements you want to style.

65 / 100

__________ is the HTML tag used for superscript text.

66 / 100

Which of the following options is incorrect with reference to status codes ?

67 / 100

Which attribute is used for body background color ?

68 / 100

What is the standard resolution of images on the web ?

69 / 100

What is a module in AngularJS ?

70 / 100

Which of the following code is most efficient ?
Code 1;
for(var number=10;number>=1;number--)
{
document.writeln(number);
}

Code 2 ;
var number=10;
while(number>=1)
{
document.writeln(number);
number++;
}

71 / 100

AngularJS is a __________.

72 / 100

In the following transition, what does .4s describe ?
transition: color .4s linear;

73 / 100

Which CSS selector will be used to define a single element's style ?

74 / 100

The “color:black” in CSS syntax is known as __________.

75 / 100

Which of the following is an example of a search engine on the internet ?

76 / 100

Which CSS Property specifies the clarity of the image ?

77 / 100

For which of the following purpose(s) JavaScript is designed for ?

78 / 100

Which of the following is used to apply a specific rule and can never be overridden in CSS ?

79 / 100

Which of the following tag is used for inserting the largest heading in HTML ?

80 / 100

To control image repetition in CSS , the correct option is :

81 / 100

Which of the following expressions is true ?

82 / 100

What is the proper html syntax for referencing an external style sheet ?

83 / 100

Which of the following statement(s) is/are true ?
I. The web designer shouldn‟t just be concerned about the looks but also about user
interface
II. Usability is very important in web design

84 / 100

Which of the following is true ?

85 / 100

Which of the following is true for pseudo class in CSS ?

86 / 100

Which of the following markup languages are based on SGML ?

87 / 100

What will happen in the following case ?
h1 {color: red text-decoration: underline; font-style: italic;}

88 / 100

Which CSS attribute(s) should one use to create a pink dotted border around an image?
I. border-line
II. border-style
III. border-color

89 / 100

What will be the output of the following JavaScript code ?
<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script>

90 / 100

The correct syntax to write “Sky is blue” in JavaScript is :

91 / 100

By using CSS style or code, how can one remove the underline from all hyperlinks ?

92 / 100

Which of the following is not a text editor ?

93 / 100

Which selector selects elements based on a certain state ?

94 / 100

Which of the following is not a mouse event ?

95 / 100

From the below mentioned CSS properties, which of the following is used to make the text
bold?

96 / 100

HTTP stands for __________.

97 / 100

Which of the following is used to create an ordered list in HTML?

98 / 100

Which CSS property helps one to decide whether the text should be clipped, show some
dots (ellipsis), or display a custom string ?

99 / 100

Which of the following is required for joining the internet ?

100 / 100

How to insert multiple line comments in a CSS file ?

Your score is

The average score is 77%

0%

NIELIT O LEVEL M2

Test 1 O Level M2

1 / 100

Which attribute specifies an alternate text for an image, if the image cannot be displayed?

2 / 100

What is the purpose of the <title> tag in HTML?

3 / 100

How can you add a comment in CSS?

4 / 100

How do you select an element with the id "header" in CSS?

5 / 100

Which property is used to change the font of an element?

6 / 100

What does CSS stand for?

7 / 100

Which HTML tag is used to define a section in a document?

8 / 100

Which attribute is used to specify the destination of a link?

9 / 100

Which HTML attribute is used to specify the target of a link?

10 / 100

Which CSS property is used to set the background color of an element?

11 / 100

  What is the correct CSS syntax for applying a class to an HTML element?

12 / 100

What is the correct HTML tag to define a paragraph?

13 / 100

How do you create a list of items in HTML?

14 / 100

How do you create a hyperlink to an external website?

15 / 100

What is the correct HTML tag to create a horizontal line?

16 / 100

How do you create a text input field in HTML?

17 / 100

What is the difference between display: none and visibility: hidden?

18 / 100

What is the purpose of the @media query in CSS?

19 / 100

How do you create a CSS shadow?

20 / 100

How do you create a CSS gradient?

21 / 100

What is the purpose of the z-index property in CSS?

22 / 100

What is the purpose of the position property in CSS?

23 / 100

How do you create a CSS float?

24 / 100

What is the difference between margin and padding in CSS?

25 / 100

How do you create a CSS class?

26 / 100

What is the difference between id and class attributes in HTML?

27 / 100

How do you create a button in HTML?

28 / 100

How do you create a comment in HTML?

29 / 100

What is the correct CSS syntax to set the background color of an element to blue?

30 / 100

What is the correct CSS syntax to change the color of a paragraph to red?

31 / 100

How do you create a nested list in HTML?

32 / 100

Which HTML attribute is used to specify the target of a hyperlink?

33 / 100

Which property is used to change the text color in CSS?

34 / 100

How do you select an element with an id "header" in CSS?

35 / 100

Which is not a valid Background property of CSS ?

36 / 100

Which comparison operator is used to find
equality of type as well as content between
two variables ?

37 / 100

Hypertext is a :

38 / 100

Which tag is used to render and represents
an independent piece of content of a
document ?

39 / 100

Identify the valid new <input> tag element
in HTML 5 ?

40 / 100

W3.CSS does not provides the following
border class :

41 / 100

Identify the invalid HTML event.

42 / 100

The __________ property allows to indent the
first line of text in an element.

43 / 100

What is not true about W3.CSS ?

44 / 100

_________ is a generic inline element that
applies no inherent formatting

45 / 100

File protocol is used for ________.

46 / 100

A set of navigation links is defined using tag :

47 / 100

Exponential operator in JavaScript is

48 / 100

Which converter is present in Notepad++ ?

49 / 100

W3.Table does not provide the following class
for tables.

50 / 100

What is not a valid statement for Angular
JS ?

51 / 100

Rectangular Marquee tool is used for the
purpose of :

52 / 100

SGML stands for :

53 / 100

The body of the style sheet includes
__________.

54 / 100

What is not true about the <label> tag of
HTML ?

55 / 100

Which Filter is based on the idea of
photographers adding colored filters to the
camera lens to tint the photo ?

56 / 100

Identify the features of photo-editing
software.

57 / 100

Which is true about <iframe> tag ?

58 / 100

Identify the wrong statements about
“Cookies” ?

59 / 100

Identify the basic lists in W3.css

60 / 100

What is true about Conflicting Styles ?

61 / 100

How are tones created in Images ?

62 / 100

Which statement is not true about responsive
tables in W3.Table ?

63 / 100

Identify benefits that are provided by Photo
Editing for Business.

64 / 100

Which is not an encryption algorithm not
present in Notepad++ ?

65 / 100

The __________ pseudoclass is activated
when the user moves the mouse cursor over
the specified element.

66 / 100

Are the negative values allowed in padding
property ?

67 / 100

An online information retrieval tool that uses
the data of a web search engine to produce
its own results :

68 / 100

Identify the invalid image filter.

69 / 100

Browsers will usually underline inserted text
in the tag __________.

70 / 100

Directive to initialize Angular JS application :

71 / 100

Which is not a valid encoding standard not
present in Notepad++ ?

72 / 100

________ binds the value of HTML controls
to application data.

73 / 100

An element can be accessed in JavaScript
using :

74 / 100

Identify the default font used in W3.Font

75 / 100

What is not correct about the Style class ?

76 / 100

What is the role of JavaScript in web design ?

77 / 100

How many columns are supported in the
responsive grid ?

78 / 100

Identify the correct statement for Absolute
Positioning in CSS ?

79 / 100

To cluster a group of elements together to
apply formatting __________.

80 / 100

Identify which is not the correct Image Class
in W3.Image.

81 / 100

Which is not a vibrant color ?

82 / 100

Service which helps an organization to host
a website on the Web Server :

83 / 100

Which is not a valid CSS type ?

84 / 100

How to specify individual items in an ordered
list ?

85 / 100

Identify where a <section> element can be
used.

86 / 100

Autofocus attribute can be used on which
element ?

87 / 100

Which is not a main built-in search
mechanisms ?

88 / 100

What is the task of DNS Name server ?

89 / 100

Shortcut keys for rotating canvas 90 Degree
clockwise is _________.

90 / 100

w3-container class adds a padding to any
HTML element :

91 / 100

<del> element defines text that has been
deleted from a document. Browser display
them as :

92 / 100

Identify the incorrect media type defined in
CSS 2.

93 / 100

What is true about the Box model of CSS ?

94 / 100

Quick Selection tool is used for the purpose
of :

95 / 100

__________ are used to identify user input,
user action and browser actions

96 / 100

Which is not a valid meta search engine ?

97 / 100

Identify the invalid statement about Angular
JS Expressions.

98 / 100

What is not true about External Style sheet ?

99 / 100

Shortcut keys to activate Gaussian Blur :

100 / 100

w3-color and w3-text-color classes can be
used to color :

Your score is

The average score is 22%

0%