Tag: technology

Questions Related to technology

HTML headings are defined with the

to

tags?

  1. True

  2. False


Correct Option: A

HTML links are defined with the -- tag?


Correct Option: A



Correct Option: D
Explanation:

To create a horizontal rule in HTML, we can use the <hr> tag.

Now let's go through each option and determine if it is the correct answer:

A. <b>: This tag is used to make text bold, not to create a horizontal rule. So, this option is incorrect.

B. </b><p>: This tag is used to create a paragraph, not a horizontal rule. Therefore, this option is incorrect.

C. <br>: This tag is used to insert a line break, not a horizontal rule. Hence, this option is incorrect.

D. </p><hr>: This tag is specifically used to create a horizontal rule. So, this option is the correct answer.

Therefore, the correct answer is D - <hr>.

In HTML, comments can be used as --

  1. /* This is a comment */

  2. 'This is a comment

  3. //This is a comment


Correct Option: D
  1. style attribute

  2. class attribute

  3. id attribute

  4. name attribute


Correct Option: A

How to use radio button in HTML?


Correct Option: A

Following code create the table having -- rows?

  1. Two Rows and One column

  2. Two columns and One Row

  3. Two Rows and Two columns

  4. One Row and One column


Correct Option: A
  1. Process EBF

  2. Entity EBF

  3. None

  4. Both


Correct Option: A