Can element selector be used in hr tag in css ?
Answers
Answered by
39
Answer:
More Examples
- Align a <hr> element (with CSS): <hr style="width:50%;text-align:left;margin-left:0">
- A noshaded <hr> (with CSS): <hr style="height:2px;border-width:0;color:gray;background-color:gray">
- Set the height of a <hr> element (with CSS): <hr style="height:30px">
- Set the width of a <hr> element (with CSS):
Answered by
0
Answer:
Align a <hr> element (with CSS): <hr style="width:50%;text-align:left;margin-left:0">
A noshaded <hr> (with CSS): <hr style="height:2px;border-width:0;color:gray;background-color:gray">
Set the height of a <hr> element (with CSS): <hr style="height:30px">
Set the width of a <hr> element (with CSS):
Similar questions