KnowledgeBoat Logo
|

Computer Applications

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.

HTML Intro

3 Likes

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.

Answered By

1 Like


Related Questions