CBSE Class 10 Computer Applications
Question 12 of 31
Solved Sample Paper 3 — Question 12
Back to all questions 12
Question 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.
- Both A and R are true and R is a correct explanation of A.
- Both A and R are true but R is not a correct explanation of A.
- A is true and R is false.
- A is false and R is true.
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.