what is the correct html tag for inserting a line break
Answers
Answered by
17
<br> is the correct html tag for inserting a line break
Answered by
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
Social Sciences,
2 months ago
Math,
2 months ago
Social Sciences,
2 months ago
Computer Science,
5 months ago
Geography,
5 months ago
English,
10 months ago
Physics,
10 months ago