Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

9. what is true about the <br> tag? check all that are correct. * it ma…

Question

  1. what is true about the <br> tag? check all that are correct. * it makes things bigger it makes a break in the code it doesnt have an end tag it makes the text color brown

Explanation:

Brief Explanations

The <br> tag in HTML is a line - break tag. It creates a line break in the text and is an empty element, meaning it doesn't have an end - tag. It has nothing to do with making things bigger, making a break in code in a general sense other than text layout, or changing text color.

Answer:

It makes a break in the code, It doesn't have an end tag