Accepted Answer
The HTML tag that you should use to insert blank lines between paragraphs is option C: <br> and </br>.Which tag is utilized to add blank lines?In regards to computing and programing, A type of HTML document component, or HTML node, is known as an element. In 1993, Tim Berners-Lee created the first version of HTML that was widely utilized. Since then, HTML has undergone numerous revisions. HTML 4.01, which became the official standard in December 1999, is the most widely used version.Note that the use the HTML break tag, which is represented by the character br>, to insert a line break. As long as you write br>, a line break is added without the requirement for a closing tag.Therefore, one can say that a person do use the tag to insert a line break into your HTML code. There is no end tag on the tag. Using the tags, you can easily tack on extra lines between paragraphs.Learn more about HTML tag fromhttps://brainly.com/question/13153211#SPJ1See full question belowChanging the banner changed the graphics at the top of the page, but the main content of the website is still difficult to read. You figure out that changing the background color of the webpages will solve the issue. It works! As you are checking the website before launching it, you notice that the paragraphs of text seem squeezed together. You think that adding some space between paragraphs will help make the content more readable. Which HTML tag should you use to insert blank lines between paragraphs?<a><h2> and </h2><br> and </br>