Which tag is used to divide the webpage into parts? *
List
Image
Frame
Table
Answers
Answered by
5
Image
The div tag is known as Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc).
Answered by
0
Answer:
<hr> tag
Explanation:
The <hr> tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr> tag is an empty tag, and it does not require an end tag. Used to specify the alignment of the horizontal rule.
Similar questions