logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are Child Selectors ?


  • Correct Answer
  • A child selector is used when you want to match an element that is the child of another specific element The parent and child selectors are separated by spaces The following selector locates an unordered list element within a paragraph element and makes a text within that element bold p > ul {font-weight: bold;} 


  • Technology problems


    Search Results


    • 1. What happens if the list-style-type property is used on a non-list element like a paragraph?
    • Discuss
    • 2. How do you put a message in the browser's status bar ?

    • Options
    • A. status("put your message here")
    • B. window.status = "put your message here"
    • C. statusbar = "put your message here"
    • D. window.status("put your message here")
    • Discuss
    • 3. Explain the difference between Template and Table ?
    • Discuss
    • 4. How to declare select-option as a parameter?
    • Discuss
    • 5. How can we achieve singleton pattern in iOS?
    • Discuss
    • 6. Explain what is injector ?
    • Discuss
    • 7. Choose the correct html tag to make a text italic. 1. 2. 3. 4.

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 8. Who is making the web standards?

    • Options
    • A. Internet Explorer
    • B. Netscape Navigator
    • C. The World Wide Web Consortium
    • D. All of the above
    • Discuss
    • 9. How is 3G different from 2G?
    • Discuss
    • 10. What signals are transferred in GPRS?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment