HTML Quiz - 2

Description: HTML Quiz - 2
Number of Questions: 15
Created by:
Tags: html
Attempted 0/15 Correct 0 Score 0

Relative path make your hypertext links______.

  1. Portable

  2. Discrete

  3. Uniform


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of relative paths in hypertext links.

Option A) Portable - This option is correct because relative paths make hypertext links portable. Relative paths specify the location of a linked resource relative to the current location of the document. This means that if the document and the linked resource are moved to a different location or directory, the relative path will still work correctly. It allows for easy transfer of the document and its linked resources without requiring changes to the absolute URLs.

Option B) Discrete - This option is incorrect because relative paths do not make hypertext links discrete. The term "discrete" refers to something separate or distinct, which is not directly related to the concept of relative paths in hypertext links.

Option C) Uniform - This option is incorrect because relative paths do not make hypertext links uniform. The term "uniform" refers to something consistent or standardized, which is not directly related to the concept of relative paths in hypertext links.

Therefore, the correct answer is Option A) Portable.

A_____structure starts with a general topic that includes link to more specific topics.

  1. Hierarchical

  2. Linear

  3. Mixed


Correct Option: A

Which of the following path is supported by HTML?

  1. Ralative

  2. Defererenced

  3. Absolute and Relative


Correct Option: C

You cannot designate an inline image as a hypertext link.

  1. True

  2. False


Correct Option: B

Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.

  1. True

  2. False


Correct Option: A

You do not have to connect to the internet to verify changes to a Web page on your computer.

  1. True

  2. False


Correct Option: A

You can combine structures e.g, linear and hierarchical.

  1. True

  2. False


Correct Option: A

What is HTML stands for?

  1. Hypertext Mailing List

  2. Hypertext Mark Language

  3. Hypertext Markup Language


Correct Option: C

What is the tag for an inline frame?

  1. Iframe

  2. Inframe

  3. frame

  4. inlineframe


Correct Option: A

Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot.

  1. True

  2. False


Correct Option: A

Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com?

  1. Yes

  2. No


Correct Option: B

AI Explanation

To answer this question, you need to understand the limitations of the mailto form action method.

Option A) Yes - This option is incorrect. The mailto form action method is used to open the user's email client with a pre-filled email when the form is submitted. However, it does not support auto-responders. Additionally, using the mailto method in the form element's action attribute is not considered a best practice, as it relies on the user's email client being properly configured.

Option B) No - This option is correct. The mailto form action method does not support auto-responders. If you want to implement an auto-responder for an email form, you would need to use server-side scripting or a third-party service that provides this functionality.

The correct answer is B.

What is the most widely use e-mail form script?

  1. ASP

  2. PHP

  3. Perl CGI

  4. JSP


Correct Option: B

There are_____color names recognized by all version of HTML.

  1. 6

  2. 8

  3. 256

  4. 16


Correct Option: D

Software programs, like your Web browser, use a mathemathical approach to define color.

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand how software programs define color. Let's go through each option to understand why it is correct or incorrect:

Option A) True - This option is correct because software programs, including web browsers, use a mathematical approach to define color. Colors in digital devices are represented using numerical values for red, green, and blue (RGB) channels. These values are then used in mathematical formulas to determine the final color displayed on the screen.

Option B) False - This option is incorrect because software programs do use a mathematical approach to define color.

The correct answer is A) True. This option is correct because software programs, including web browsers, use a mathematical approach to define color.

If you want to increase the font size by 2 relative to the surrounding text, you enter +2 in the tag.

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, we need to understand how to increase the font size using HTML tags.

In HTML, to increase the font size relative to the surrounding text, we can use the <big> tag. The <big> tag increases the font size by one level compared to the default size.

To increase the font size by 2 relative to the surrounding text, you can use the <big> tag inside another <big> tag. Each nested <big> tag increases the font size by one level.

Therefore, the statement "If you want to increase the font size by 2 relative to the surrounding text, you enter +2 in the tag." is false. The correct answer is B) False.

- Hide questions