πŸ“Š Web Technology
Q. What are the objects in Java Script?
  • (A) Document object
  • (B) Window object
  • (C) Form object
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
πŸ“Š Web Technology
Q. What is the default value of the type attribute in javascript?
  • (A) text/css
  • (B) text/javascript
  • (C) text
  • (D) xml
πŸ’¬ Discuss
βœ… Correct Answer: (A) text/css
πŸ“Š Web Technology
Q. Which is the root element in a HTML document?
  • (A) HTML
  • (B) HEAD
  • (C) SCRIPT
  • (D) BODY
πŸ’¬ Discuss
βœ… Correct Answer: (A) HTML
πŸ“Š Web Technology
Q. When does JavaScript code appear inline within an HTML file?
  • (A) Between the “script” tag
  • (B) Outside the “script” tag
  • (C) Both a and b
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Between the “script” tag
πŸ“Š Web Technology
Q. The <link> tag goes inside
  • (A) body section
  • (B) head section
  • (C) style section
  • (D) title section
πŸ’¬ Discuss
βœ… Correct Answer: (B) head section
πŸ“Š Web Technology
Q. Which HTML attribute is used to define inline styles?
  • (A) class
  • (B) styles
  • (C) style
  • (D) Font
πŸ’¬ Discuss
βœ… Correct Answer: (C) style
πŸ“Š Web Technology
Q. ______________ property specifies an image to use as the background of an element
  • (A) backg-img
  • (B) backg-image
  • (C) background-img
  • (D) background-image
πŸ’¬ Discuss
βœ… Correct Answer: (D) background-image
πŸ“Š Web Technology
Q. To specify table border in CSS, ____________ property is used
  • (A) tbl-border
  • (B) table-border
  • (C) tb-border
  • (D) border
πŸ’¬ Discuss
βœ… Correct Answer: (D) border
πŸ“Š Web Technology
Q. The ___________ property specifies the stack order of an element
  • (A) d-index
  • (B) s-index
  • (C) x-index
  • (D) z-index
πŸ’¬ Discuss
βœ… Correct Answer: (D) z-index
πŸ“Š Web Technology
Q. ...................... is used to import an external style sheet
  • (A) @insert
  • (B) @import
  • (C) #import
  • (D) #insert
πŸ’¬ Discuss
βœ… Correct Answer: (C) #import