Name the attribute of <HR> tag used to display a smaller line in webpage.
Answers
Answered by
0
Answer:
hr>: The Thematic Break (Horizontal Rule) element
The <hr> HTML element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.02-Jun-2021
Tag omission: It must have start tag, but must not have an end tag
Permitted content: None, it is an empty element
Permitted parents: Any element that accepts flow content
Content categories: Flow content
Similar questions