Computer Science, asked by akashsanghera838, 3 months ago

what is the correct html tag for inserting a line break​

Answers

Answered by khushibalhara
17

<br> is the correct html tag for inserting a line break

Answered by poojan
6

<br> tag is used to insert a line-break in HTML.

Explanation:

  • In simple words, it acts as a next line / new line statement in programming languages.
  • <br> is a singleton or void tag.
  • Singleton tags or void tags are those tags that don't need closing tags. They stand alone in the HTML co-de.
  • <hr>, <img>, <input>, <source>, <meta>, <link>, <wbr>, etc are some more single tags available in HTML.

Learn more:

1. The correct sequence of HTML tags for starting a webpage is

https://brainly.in/question/31109764

2. What i s the correct HTML for adding a background color?

https://brainly.in/question/27607956

3.Create an html page with 7 separate lines in different colors.

brainly.in/question/35010731

Similar questions