I am trying to place a 100% horizontal line (rule) automatically beneath every instance of an
header tag using CSS.
Example
h1 { border-bottom: 1px solid black }
Adjust size and colour to preference.