Tuesday, June 9, 2020

Web Technology MCQ


Web Technology MCQ

 Multiple Choice Questions

 1) Which of the following tag is used to embed css in html tag?
a) <script>                                 b) <style>
c) <css>                                    d) <!doctype html>

2) Which selector is used to specify a group of element?
a) id                                                b) class
c) tag                                             d) none of above

3) Which of the following property  sets the width of an elements complete border?
a) border-width                             b) width
c) border-depth                             d) none of above

4) Which css property sets the opacity level for an element?
a) transparency                                 b) opacity
c) transparent                                    d) all of mentioned

5) Which property specifies direction in which marquee move?
a) marquee                                b) marquee-direction
c)marquee-time                         d)none of above

6) Which feature was already introduced before html5?
a) canvas                         b) video
c) geolocation                  d) frame

7) What is the correct syntax of doctype in html5?
a) <!doctype html>         b) <doctype !html>
c) <doctype html>         d) <html doctype>

8) Which tag is used for the break line?
a) </br>                            b) <p>
c) <br>                             d) </p>

 9)What are the methods used to specify colors in HTML?
a)RGB                                b)Color Name
b)Hexadecimal                   d)All of the mentioned

10)Abbrevate RWD.(HTML)?
a)Real World Data             b)Relay Web Diagram
c)Responsive Web Design  d)None of the mentioned

Ans:-  1)B  2)B   3)A  4)B  5)B  6)A  7)A  8)C  9)D  10)C




























Friday, June 5, 2020

Web Technology MCQ

Multiple Choice Questions


1) What does CSS stands for?      
A) Creative Style Sheet                   B) Colorful Style Sheet   
C) Cascading Style Sheet                  D) none of the above     

2) Which HTML attribute is used to define inline style?    
A) Style                                        B) font 
C) Styles                                       D) none of the above     

3) How do you insert comment in a CSS File?  
A) /*       */                                  B) #   
C) //                                             D)<!--  - - > 

4) Which property is used to change the background colour?   
A) background-color                        B) bgcolor    
C) color                                        D) none of the above     

5) Which CSS property is used to change text-color of an element? 
  A) text-color                                 B) fgcolor
C) color                                        D) None of above   

6)Which CSS property is used to control the text size?     
A) text-size                                    B) text-style 
C) font-style                                   D) font-size  

7) Which of the following is not the request method?       
  A) Head                                       B) Get
C) Remove                                    D) Put 

8) Which of the following is not sectioning elements?      
  A) <article>                                   B) <aside>
 C) <nav>                                      D) <header>

9) How many times can HTML5 events be fired?       
A) Multiple                                     B) one
C) only two                                    D) zero 

10) Which element is used to get highlighted text in HTML?     
A)  <highlight>                               B) <b>
C)  <mark>                                    D)  <u>      

Ans:-1)C   2)A   3)A   4)A  5)A   6)A    7)C    8)D   9)A  10)C