2. Write the Syntax of <Hr> element,
Answers
Answered by
0
Explanation:
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