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 Teachersjohnson
T
Teachersjohnson
Community Contributor
Quizzes Created: 4 | Total Attempts: 7,273
| Attempts: 269 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. Which text tag/s creates the largest headline?

Explanation

The

tag creates the largest headline. In HTML, heading tags are used to define the importance and hierarchy of the text. The

tag is the highest level heading and is typically used for the main title or heading of a webpage. It is designed to be the largest and most prominent heading on the page, making it the correct answer in this case. The

,

,

,

, and
tags are used for subheadings of decreasing importance and size.
Submit
Please wait...
About This Quiz
HTML Quizzes & Trivia

This quiz tests your knowledge on HTML coding for creating a website. The quiz is derived from the HTML cheatsheet on Webmonkey to enable a person to be able to understand the coding used on a web page from the graphics to the font.

Personalize your quiz and earn a certificate with your name on it!
2. Which formatting tag/s create a bulleted list?

Explanation

The ul tag is used to create an unordered (bulleted) list in HTML. It stands for "unordered list" and is commonly used to display a list of items without any specific order or hierarchy. The li tag is used within the ul tag to define each individual item in the list. The ol tag, on the other hand, is used to create an ordered (numbered) list, and the None of the above option is incorrect as ul is the correct answer.

Submit
3. Emphasizes a word (with italic or bold).

Explanation

The correct answer is "Both A and B" because both the "em" and "strong" tags can be used to emphasize a word. The "em" tag is used to italicize the text, while the "strong" tag is used to make the text bold. Therefore, both options A and B are correct.

Submit
4. Which formatting tag/s inserts a line break?

Explanation

The
tag is used to insert a line break in HTML. It is a self-closing tag, meaning it does not require a closing tag. When the browser encounters the
tag, it starts a new line immediately after the tag. This is useful for creating line breaks within paragraphs or for separating different elements on a webpage.

Submit
5. Which text tag/s create teletype, or typewriter-style text?

Explanation

The "pre" and "tt" tags create teletype or typewriter-style text. These tags are used to preserve the original formatting of text, such as preserving spaces and line breaks. The "pre" tag is used for preformatted text, while the "tt" tag is used for inline typewriter-style text.

Submit
6. Which text tag/s create a citation, usually italic?

Explanation

The correct answer is "cite>". The "cite>" tag is used to create a citation in HTML. It is usually displayed in italics to differentiate it from the rest of the text. The "site>", "pre>", and "none of the above" tags are not relevant to creating citations.

Submit
7. Which body attributes sets the color of links on click?

Explanation

The correct answer is "body alink='00ff00'". This is because the "alink" attribute is used to set the color of links when they are clicked. In this case, the color is set to the hexadecimal value "00ff00", which represents a shade of green. The other attributes, "vlink" and "link", are used to set the colors of visited links and regular links respectively, but they are not relevant to the color of links on click.

Submit
8. Which basic tag/s sets off the title and other information that isn't displayed on the web page itself?

Explanation

The basic tag that sets off the title and other information not displayed on the web page itself is the "head" tag. The head tag is used to define the head section of an HTML document, which contains metadata such as the title, character encoding, and linked stylesheets or scripts. The content within the head tag is not visible on the actual webpage but is important for search engines, browsers, and other applications that process the webpage.

Submit
9. Which form tag/s creates a pulldown menu?

Explanation

The correct answer is "select name ="NAME">" because the select tag is used to create a pulldown menu in HTML. This tag allows the user to select one option from a list of options. The name attribute is used to identify the pulldown menu, which can then be accessed and processed by server-side scripts.

Submit
10. Which tables tag/s sets off each cell ina row?

Explanation

The correct answer is the "td" tag. The "td" tag is used to define a standard data cell in an HTML table. Each cell in a row is enclosed within the "td" tags, which helps to structure and format the content within the table.

Submit
11. Which form tag sets off each menu item?

Explanation

The correct answer is the "option" tag.

Submit
12. Which frame tag/s replaces the <body> tag in a frames document; can also be nested in other framesets?

Explanation

The tag replaces the

tag in a frames document and can also be nested in other framesets.
Submit
13. Which link tag/s create a hyperlink?

Explanation

Submit
14. Which formatting tag/s adds an image?

Explanation

The formatting tag that adds an image is the "img" tag. This tag is used to insert an image into an HTML document. The "img" tag requires the "src" attribute to specify the image file location and the "alt" attribute to provide an alternative text for the image. Additionally, the "img" tag can also include other attributes such as width, height, and border to further customize the appearance of the image.

Submit
15. Which form tag/s sets off each menu item?

Explanation

The correct answer is none of the above. The form tag does not set off each menu item. The form tag is used to create a container for form elements such as input fields, checkboxes, and buttons. It is not specifically related to menu items.

Submit
View My Results

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

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

  • Current Version
  • Mar 18, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 15, 2010
    Quiz Created by
    Teachersjohnson
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which text tag/s creates the largest headline?
Which formatting tag/s create a bulleted list?
Emphasizes a word (with italic or bold).
Which formatting tag/s inserts a line break?
Which text tag/s create teletype, or typewriter-style text?
Which text tag/s create a citation, usually italic?
Which body attributes sets the color of links on click?
Which basic tag/s sets off the title and other information that isn't...
Which form tag/s creates a pulldown menu?
Which tables tag/s sets off each cell ina row?
Which form tag sets off each menu item?
Which frame tag/s replaces the <body> tag in a frames document;...
Which link tag/s create a hyperlink?
Which formatting tag/s adds an image?
Which form tag/s sets off each menu item?
Alert!

Advertisement