CBSE Class 10 Computer Applications Question 12 of 31

Solved Sample Paper 3 — Question 12

Back to all questions
12
Question

Question 12

Assertion (A) When <BR> tag is used before an image, the image moves to the next line.

Reason (R) <BR> tag is used to insert a line break which means the test/image following the tag will be moved to the next line when displayed in the browser.

  1. Both A and R are true and R is a correct explanation of A.
  2. Both A and R are true but R is not a correct explanation of A.
  3. A is true and R is false.
  4. A is false and R is true.
Answer

Both A and R are true and R is a correct explanation of A.

Reason — A is true as when <BR> tag is used before an image, the image moves to the next line. R is true and it correctly explains assertion A as <BR> tag is used to insert a line break which means the test/image following the tag will be moved to the next line when displayed in the browser.