+ 1
What is <hr> can anyone tell me plss
4 Respostas
+ 10
<< The HTML <hr> element represents a thematic break between paragraph-level elements (for example, a change of scene in a story, or a shift of topic with a section). In previous versions of HTML, it represented a horizontal rule. It may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms. >>
Source:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr
+ 1
<hr> stands for horizontal rule. It inserts horizontal line to mark the end of a section
+ 1
it makes horizontal line in a webpage whenever you use it
- 1
The <HR > tag stands for Horizontal Rule. It draws a horizontal line through the part of the page to divide the page into two sections.