logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the advantage of using frames?


  • Correct Answer
  • - Frames make it easier to navigate through a site - The links that appear in the frame can appear through out the site 


  • Technology problems


    Search Results


    • 1. DOM stands for

    • Options
    • A. Document object model
    • B. Data object model
    • C. Document Oriented model
    • D. Data oriented model
    • Discuss
    • 2. 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
    • 3. 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
    • 4. 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
    • 5. Which method is used to draw an image on the canvas?
    • Discuss
    • 6. What is a better way to design the layout of a web page ? a table tag or div?
    • Discuss