logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • DOM stands for


  • Options
  • A. Document object model
  • B. Data object model
  • C. Document Oriented model
  • D. Data oriented model

  • Correct Answer
  • Document object model 


  • Technology problems


    Search Results


    • 1. What does an HTML tag do?

    • Options
    • A. It specifies formatting and layout instructions for your web page
    • B. It hides programming instructions from view
    • C. It determines the organizational structure of your Web site
    • D. It connects your web site to an operating environment
    • Discuss
    • 2. What is the difference between XML and HTML?

    • Options
    • A. HTML is used for exchanging data, XML is not
    • B. XML is used for exchanging data, HTML is not
    • C. HTML can have user defined tags, XML cannot
    • D. XML can have user defined tags, HTML cannot
    • Discuss
    • 3. What are meta tags used for?

    • Options
    • A. To store information usually relevant to browsers and search engines
    • B. To only store information usually relevant to browsers
    • C. To only store information about search engines
    • D. To store information about external links
    • Discuss
    • 4. Which method is used to draw an image on the canvas?
    • Discuss
    • 5. HTML 5 provides drag and drop facility. How do you make an image draggable?
    • Discuss
    • 6. What is the advantage of using frames?
    • Discuss
    • 7. What is a better way to design the layout of a web page ? a table tag or div?
    • Discuss