Tags And Attributes Of HTML Quiz

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 Shilpa_sethi2000
S
Shilpa_sethi2000
Community Contributor
Quizzes Created: 1 | Total Attempts: 714
| Attempts: 714 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. What does HTML stand for?

Explanation

HTML stands for Hyper Text Markup Language. It is a standard markup language used for creating web pages and applications. HTML uses tags to structure the content and define the layout and appearance of the web page. Hyperlinks can be added to connect different web pages or sections within a page. HTML is not a programming language but rather a markup language that defines the structure and presentation of the content.

Submit
Please wait...
About This Quiz
Tags And Attributes Of HTML Quiz - Quiz

This HTML quiz assesses fundamental knowledge of HTML tags and attributes, including syntax, usage, and specific functions like background color, headings, and typewriter text. Ideal for learners aiming... see moreto understand web page structuring. see less

2. Tag used to give largest size to a heading

Explanation

The correct answer is H1. In HTML, heading tags are used to define the importance of the content within a webpage. The H1 tag is the highest level heading and is typically used for the main heading or title of the page. It is the largest and most visually prominent heading size, making it suitable for emphasizing important information. Therefore, when a larger size is desired for a heading, the H1 tag should be used.

Submit
3. It is an empty tag

Explanation

The correct answer is BR because it is the only tag in the given list that is an empty tag. Empty tags do not require a closing tag and are used to insert line breaks in HTML. The other tags mentioned in the list, such as Body, Head, and Font, all require opening and closing tags.

Submit
4. Tag used to start a new row

Explanation

The correct answer is "TR". In HTML, the "TR" tag is used to start a new row in a table. It is used to define a row of cells in a table and is typically used in conjunction with the "TD" tag to define individual cells within the row. The "TR" tag helps to structure and organize tabular data by separating it into rows.

Submit
5. Attribute used to change the background colour of web page.

Explanation

The correct answer is "bgcolor" because it is the attribute specifically used to change the background color of a web page. The other options, such as "background" and "color," are not specifically used for changing the background color, but rather for other styling purposes. "backcolor" is not a valid attribute in HTML, so it is not the correct answer.

Submit
6. Cellpadding is used to

Explanation

The correct answer is "Determines the amount of space between the border & content of cell." Cellpadding is a HTML attribute that allows you to specify the amount of space between the border of a cell and its content. By adjusting the cellpadding value, you can control the spacing within a table cell, creating more or less space between the cell's content and its border.

Submit
7. Which can not be a value for type attribute in unordered list

Explanation

The type attribute in an unordered list specifies the style of the bullet points. The values "disc", "square", and "circle" are all valid options for the type attribute. However, "triangle" is not a valid value for the type attribute in an unordered list.

Submit
8. Alt attribute in image tag is used to

Explanation

The alt attribute in the image tag is used to provide alternative text for an image. This text is displayed if the image cannot be loaded or if the user is using a screen reader to access the webpage. It helps to improve accessibility and provides a description of the image for those who cannot see it.

Submit
9. Which is not a attribute of Anchor tag

Explanation

The attribute "HTTP" is not a valid attribute of the anchor tag. The anchor tag is used to create hyperlinks, and it commonly includes attributes such as "name" and "href" to specify the target of the link. However, "HTTP" is not a recognized attribute in this context.

Submit
10. This tag displays text in typewriter font

Explanation

This answer is correct because the "tt" tag is used to display text in typewriter font.

Submit
View My Results

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

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 11, 2011
    Quiz Created by
    Shilpa_sethi2000
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What does HTML stand for?
Tag used to give largest size to a heading
It is an empty tag
Tag used to start a new row
Attribute used to change the background colour of web page.
Cellpadding is used to
Which can not be a value for type attribute in unordered list
Alt attribute in image tag is used to
Which is not a attribute of Anchor tag
This tag displays text in typewriter font
Alert!

Advertisement