Last updated 2 years ago
Was this helpful?
๐ฐ HTML โฉ Elements โฉ <hr>
(Horizontal Rule)
represents a thematic break between paragraph-level elements.
ๆณจๆ๏ผ <hr> ้ ่จญๅชๆ 1px ็ border๏ผๆฒๆ content heightโ๏ธ
/* default styles */ hr { display: block; unicode-bidi: isolate; margin-block-start: 0.5em; margin-block-end: 0.5em;
replit โฉ style <hr>
:root { --x: 2px; /* shadow offset */ } html { background-color: tomato; } body { background-color:
HTML โฉ Elements โฉ <hr>
HTMLElement โฉ HTMLHRElement