7 Anonymous In: Question-Answer What is the correct html element for inserting a line break 7 What is the correct HTML element for inserting a line break? A. break / B. br /br C. lb / D. br / E. br/ 1 Answer Voted Oldest Recent Random Best Answer Goto 2021-01-21T15:22:42+00:00Added an answer on January 21, 2021 at 3:22 pm The correct answer is: E, Br/. The line break is used to start a new line of text in HTML. It is used for a clean presentation of code or in programs where the length of lines is significant. The br/ function is used only in the text blocks of an HTML program to separate lines. 2 Reply Share Share Share on Facebook Share on Twitter Share on WhatsApp Leave an answerLeave an answerCancel reply Featured image Select file Browse Click on image to update the captcha. Save my name, email, and website in this browser for the next time I comment.
The correct answer is: E, Br/.
The line break is used to start a new line of text in HTML. It is used for a clean presentation of code or in programs where the length of lines is significant. The br/ function is used only in the text blocks of an HTML program to separate lines.