insert horizontal line with thickness 7 in html
Answers
Answered by
1
Answer:
Its easy to add horizontal lines using either HTML or CSS, but it may not work like you think.
Horizontal lines are a way to separate content and can be done using the HTML HR element or CSS border rules.
Similar questions