10. what is true about the <br> tag? check all that are correct. *\n□ it makes things bigger\n□ it makes a…

10. what is true about the <br> tag? check all that are correct. *\n□ it makes things bigger\n□ it makes a break in the code\n□ it doesn’t have an end tag\n□ it makes the text color brown

10. what is true about the <br> tag? check all that are correct. *\n□ it makes things bigger\n□ it makes a break in the code\n□ it doesn’t have an end tag\n□ it makes the text color brown

Answer

Brief Explanations:

The <br> tag in HTML is a line - break tag. It creates a line break in the text and is a self - closing tag (has no end tag). It doesn't affect the size or color of text. It also doesn't make a break in the code in the sense of code logic but just in text layout.

Answer:

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