0% found this document useful (0 votes)
43 views

WD Fundamental Assessment

Uploaded by

Gulab khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

WD Fundamental Assessment

Uploaded by

Gulab khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

5/9/24, 5:09 PM WD Fundamental Assessment

 D

Assessment Name - WD Fundamental Assessment ATTEMPTS LEFT - 0


 M

 P Congratulations! You have scored the highest marks on this test. × 

 3

Total Questions - 50 Score - (42 / 50) 84%


I
 Q

1) The correct sequence of HTML tags for starting a web page is


J
 A) Head, Title, HTML, body 1M
D
B) HTML, Body, Title, Head
R
C) HTML, Head, Title, Body
 J D) HTML, Head, Title, Body

C
2)

Which of the following tags is used to insert a line-break in HTML?


 F

A) br tag 1M
 R
B) a tag
C) pre tag
D) b tag

3) Which of the following elements is responsible for making the text italic in HTML?
A) i tag 1M
B) italic tag
C) it tag
D) pre tag

4)

HTML tags are enclosed in-

A) # and # 1M
B) { and }
C) ! and ?
D) < and >

5) How to insert an image in HTML?


A) <img href = "jtp.png" /> 1M
B) <img url = "jtp.png" />
C) <img link = "jtp.png" />
D) <img src = "jtp.png" />

6) In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads.
A) autoplay 0M
B) buffer
C) preload
D) controller

7) Which of the following property adds padding to the top of an element?


A) top 1M
B) padding-top
C) height
D) padding-height

8) Which of the following box-sizing property value is described by width and height include content, padding, and borders?
A) border-box 1M
B) box-border
C) content-box
D) box-content
https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 1/6
5/9/24, 5:09 PM WD Fundamental Assessment

9) Which of the following property sets the shadow for a box element?
A) shadow 1M
B) set-shadow
C) shadow-box
 D D) box-shadow

 M 10) which of the following property is used to apply shadow to text? 1M


A) shadow-text
 P B) text-shadow
C) box-shadow
 3 D) shadow-box

I 11) "The default property of float element is right" 1M


 Q A) True
B) False
J
 C) -
D
D) -
R
 12) Which CSS property do you need to align 2 html elements side-by-side?
J
A) padding 1M
B) margin
 C
C) float
 F D) clear

13) Which CSS property do you need to put a little space INSIDE a layout element to keep the text from
 R
touching the edges?
A) padding 1M
B) margin
C) float
D) clear

14) Which of the following CSS Property controls how an element is positioned?
A) position 1M
B) set
C) static
D) fixed

15) Which of the following CSS Property specifies the bottom offset of a positioned element?
A) top 1M
B) bottom
C) left
D) right

16) Which of the following CSS Property Specifies the right offset of a positioned element?
A) left 1M
B) right
C) top
D) bottom

17) which of the following are gradient in css. 1M


A) linear
B) radial
C) both A and B
D) None of the above

18) Name of the css property used to apply gradient 1M


A) background-color
B) background-image
C) background-attachment
D) background-position

19) If flow of the gradient is from left to right then what is the value of the direction parameter in linear
gradient 0M
A) from left to right
B) to right from left
C) to right
D) from left
https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 2/6
5/9/24, 5:09 PM WD Fundamental Assessment

20) if the flow of the gradient is from right to left the what is the value of the direction parameter in linear-
gradient(). 0M
A) from right to left
B) to left
 D C) to left from right
D) from right
 M
21) if the flow of the gradient is from top to bottom the what is the value of the direction parameter in
 P linear-gradient().
A) from top 0M
 3 B) from top to bottom
C) to bottom from top
I
 D) to bottom
Q

22) if the flow of the gradient is from botom to top the what is the value of the direction parameter in
J
 linear-gradient().
D
A) to top 0M
R
B) from bottom to top
 J C) from bottom
D) to top from bottom
 C
23) if the flow of the gradient is from bottom left corner to right top corner then what is the value of the
 F direction parameter in linear-gradient().
A) to right top 1M
 R B) to top right
C) both A and B
D) none of the above

24) Which of the following property defines the length of time that a transition takes?
A) transition 1M
B) transition-duration
C) transform-duration
D) transition-property

25) Which of the following property defines when the transition will start and it allows a transition to begin
execution some some period of time from when it is applied?

A) transform-delay 1M
B) transition-delay
C) transform-duration
D) none of the above

26) Which of the following transform property value defines a 3D rotation along the Z-axis?
A) rotate-Z(angle) 1M
B) rotate-Z-axis(angle)
C) rotateZ(angle)
D) all of above

27) Which of the following CSS Property selects an animation defined in an @keyframes rule and applies
it to the element?
A) animation 1M
B) animation-name
C) animation-element
D) none of the above

28) Which of the following CSS Property determines whether an animation should run in reverse on some
cycles?
A) animation 1M
B) animation-run
C) animation-repeat
D) none of the above

29) @keyframes rule is used to define the properties that will control the audio/video formats. State true
or false.
A) True 1M
B) False

https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 3/6
5/9/24, 5:09 PM WD Fundamental Assessment

C) -
D) -

30) The webpage layout in which width and height of the html elements are specified in pixels is called
D as .... 1M

A) static
 M B) fluid
C) adaptive
 P D) responsive

 3 31) The webpage layout in which width and height of the html elements are specified in percentage is
called as ....
I A) static 0M
 Q B) fluid
C) adaptive
J
 D) responsive
D

32) what is the in general value given to initial-scale attribute of the meta tag view port. 1M
R
 A) 1.0
J
B) 2.0
C
C) 3.0

D) 4.0
 F
33) what is name of the property that change the direction of flex box. 0M
A) rotation
 R
B) reverse
C) direction
D) none of above

34) This tag used to place content that is indirectly related to the surrounding content. which is often placed as a sidebar in a
document. 1M
A) sidebar
B) article
C) aside
D) footer

35) In which part of the HTML metadata is contained?


A) head tag 1M
B) title tag
C) html tag
D) body tag

36) Which of the following elements in HTML5 defines video or movie content?
A) <video> 1M
B) <movie>
C) <audio>
D) <media>

37) Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is
not affected?
A) visible 1M
B) hidden
C) collapse
D) none of the mentioned

38) Which of the following function defines a linear gradient as a CSS image?
A) grayscale() 1M
B) gradient()
C) linear-gradient()
D) image()

39) Which of the following property converts text to initial capitals, all uppercase, or all lowercase?
A) text-transform 1M
B) text
C) text-decoration
D) text-uppercase

https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 4/6
5/9/24, 5:09 PM WD Fundamental Assessment

40) Which of the following property specifies the stack order of an element?
A) order 1M
B) z-index
C) p-index
 D D) auto

 M 41) What is the correct syntax of doctype in HTML5?

 P
A) <!doctype html> 1M
B) <doctype html!>
 3
C) <doctype html>
I D) </doctype html>
 Q
42) ___________ property is used to specify the number of columns and width of each column in a grid 1M
J A) grid-template-column
 D B) grid-template-columns
C) grid-columns
R D) grid--columns-template
 J
43) In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over
 C again when finished. 0M
A) loop
F
 B) autoplay
C) seeking
 R
D) played

44) Which of the following is not a new feature of HTML5? 1M


A) Use <canvas> element for 2D drawing
B) Use <video> elements for media playback.
C) Use <audio> elements for media playback.
D) All of the above are new features.

45) Which HTML element is used for YouTube videos? 1M


A) <samp>
B) <small>
C) <frame>
D) <iframe>

46) HTML tags are enclosed in 1M


A) #html#
B) {html}
C) !html!
D) <html>

47) In HTML, which attribute is used to create a link that opens in a new window tab? 1M
A) src="_blank"
B) alt="_blank"
C) target="_self"
D) target="_blank"

48) Are HTML tags case sensitive? 1M


A) True
B) False
C) -
D) -

49) The CSS property used to set the indentation of the first line in a block of text is - 1M
A) text-indent property
B) text-stroke property
C) text-decoration property
D) text-overflow property

50) Which of the following components of the CSS box model are transparent? 1M
A) padding
B) margin
C) Both A and B

https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 5/6
5/9/24, 5:09 PM WD Fundamental Assessment

D) content

 D

 M

 P

 3

I
 Q

J
 D

R
 J

 C

 F

 R

https://wingz.itvedant.com/index.php/assignment-test-student/exam-view-topic?id=8019&isMessageDisplayed=1 6/6

You might also like