MCQ Based On HTML And Microsoft Accesss

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Namrataarora
N
Namrataarora
Community Contributor
Quizzes Created: 1 | Total Attempts: 457
| Attempts: 457 | Questions: 6
Please wait...
Question 1 / 6
0 %
0/100
Score 0/100
1.
Choose the correct HTML tag to make a text italic

Explanation

The correct HTML tag to make a text italic is the "i" tag. This tag is used to apply italic formatting to the text enclosed within it.

Submit
Please wait...
About This Quiz
Databases Quizzes & Trivia

This quiz assesses knowledge in HTML and Microsoft Access, focusing on fundamental aspects like database fields, HTML tags for styling, and list creation. It's designed to enhance practical web development and database management skills.

2.
We’ll put your name on your report, certificate, and leaderboard.
2.
Choose the correct HTML tag to make a text bold

Explanation

The correct HTML tag to make a text bold is the "b" tag. This tag is used to apply bold formatting to the enclosed text.

Submit
3.
How can you make a list that lists the items with numbers?

Explanation

To make a list that lists the items with numbers, you can use the "ol" tag in HTML. The "ol" tag stands for "ordered list" and it automatically numbers the items in the list. This is different from the "ul" tag, which creates an unordered list without numbers. So, the correct answer is "ol".

Submit
4. A column in a database is called

Explanation

In a database, a column is referred to as a "field". A field represents a specific attribute or piece of data within a table. It is a single unit of information that is stored in each record of the table. The field defines the type of data that can be stored in it, such as text, numbers, or dates. It is used to organize and categorize the data in a database table, allowing for efficient storage, retrieval, and manipulation of information.

Submit
5.
What is the correct HTML tag for adding a background color?

Explanation

The correct HTML tag for adding a background color is "body style="background-color:yellow"". This is because the "style" attribute allows for inline CSS styling, and the "background-color" property is used to specify the background color of an element.

Submit
6. . Which of the following is not a type of object that you can display by clicking an object button in the Database dialogue window?

Explanation

In the Database dialogue window, you can display various types of objects by clicking on their respective buttons. These objects include queries, forms, tables, and reports. However, a spreadsheet is not a type of object that can be displayed by clicking an object button in the Database dialogue window.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 18, 2010
    Quiz Created by
    Namrataarora
Cancel
  • All
    All (6)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Choose the correct HTML tag to make a text italic
Choose the correct HTML tag to make a text bold
How can you make a list that lists the items with numbers?
A column in a database is called
What is the correct HTML tag for adding a background color?
. Which of the following is not a type of object that you can display...
Alert!

Back to Top Back to top
Advertisement