To insert a line break within a paragraph, the ______ tag is used.

  •  
  •  
  •  
  •  
The
tag is an HTML element used to insert a line break, which ends the current line and tells the browser to start a new line. It's especially useful within text content like a paragraph (

) where you might want to create a break without starting a new paragraph. The
tag is an empty tag, meaning it doesn't have a closing tag. 

Add your answer
Loading...