logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which tag is used to display the numbered list? 1)
    2)
  • 3)
    4)


  • Options
  • A. 1
  • B. 2
  • C. 3
  • D. 4

  • Correct Answer


  • Explanation

    Use HTML tag <ol> element to define an ordered list.

    Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.

     

    Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.

  • Tags: Software Architect, IT Trainer, Database Administrator, Analyst

    Technology problems


    Search Results


    • 1. How do we create a DHTML drop-down menu?
    • Discuss
    • 2. What are the difference between call screen and leave screen?
    • Discuss
    • 3. find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.
    • Discuss
    • 4. What is the security aspects provided with cloud?
    • Discuss
    • 5. Which JSON framework is supported by iOS?
    • Discuss
    • 6. In HTML document the tags are

    • Options
    • A. hidden keywords
    • B. used to display the content
    • C. Both A & B
    • D. None of the above
    • Discuss
    • 7. Which of the following is a properly defined structure?

    • Options
    • A. struct {int a;}
    • B. struct a_struct {int a;}
    • C. struct a_struct int a;
    • D. struct a_struct {int a;};
    • Discuss
    • 8. How many types of modularization are there in c++?

    • Options
    • A. 4
    • B. 3
    • C. 1
    • D. none of these
    • Discuss
    • 9. Which design patterns benefit from the multiple inheritance?

    • Options
    • A. Adapter and observer pattern
    • B. Code pattern
    • C. Glue pattern
    • D. None of these
    • Discuss
    • 10. Which of the following type casts will convert an Integer variable named amount to a Double type ?

    • Options
    • A. (int to double) amount
    • B. int (amount) to double
    • C. int to double(amount)
    • D. (double) amount
    • Discuss


    Comments

    There are no comments.

Enter a new Comment