Tag: html

Questions Related to html

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
Explanation:

To answer this question, the user needs to be familiar with the different types of structures used in organizing information.

The correct answer is:

A. Hierarchical

Explanation:

A hierarchical structure is a type of organization that begins with a general topic and then branches out into more specific subtopics. This type of structure is often depicted as a tree or pyramid, with the topic at the top and the subtopics branching out below it. Each subtopic may have its own subtopics, creating a hierarchical structure.

B. Linear

A linear structure, on the other hand, presents information in a straight line or sequence. There is no branching out into subtopics, and the information is presented in a clear, chronological order.

C. Mixed

A mixed structure combines elements of both hierarchical and linear structures. It may start with a general topic and then branch out into subtopics, but these subtopics may also be presented in a linear sequence.

Therefore, the correct answer is:

The Answer is: A. Hierarchical

  1. Ralative

  2. Defererenced

  3. Absolute and Relative


Correct Option: C

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
  1. True

  2. False


Correct Option: A
Explanation:

To solve this question, the user needs to have knowledge of data structures and their characteristics.

The given statement is:

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

Now, let's analyze each option to determine if it is right or wrong:

A. True: This option is correct. It is possible to combine different data structures, such as linear and hierarchical structures, to create more complex and efficient data organization systems. For example, a tree data structure can be used to represent a hierarchical relationship within a linear structure like an array or a linked list.

B. False: This option is incorrect. The statement clearly states that you can combine different data structures, so the option "False" is not the correct answer.

The Answer is: A

  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