Saved Bookmarks
| 1. |
Attributes of tag specifies that the line should only be in solid dark grey color |
|
Answer» ong>Answer: I think you should use border-color INSTEAD of color , if your intention is to change the color of the line produced by TAG. ... HTML 5 Boilerplate project in its default stylesheet specifies the FOLLOWING rule: hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }. pls mark me as BRAINLIEST |
|