Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

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

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 doesn’t 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 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