0
What is hr ? Tag
pleese tell me about hr tag .
2 Respostas
+ 1
draws a horizontal line
+ 1
The <hr /> tag is an inline tag (meaning you open and close the tag like I wrote to the left). The hr tag represents a 'horizontal rule' and will draw a dividing line across the screen. You can change the color, width, thickness, and many other properties of the line within the tag. For example:
<hr width="50%" />
This will create a line that only spans fifty percent of the screen width. Hope this helps :)