Physics, asked by mujtabasyedshah50, 4 months ago


5) Which of the following tag is used to insert a line-break in HTML?

<br>
<a>
<pre>
<b>

Answers

Answered by ak0318990
0

Answer:

<br>

Explanation:

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

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