I am trying to place a 100% horizontal line (rule) automatically beneath every instance of an
header tag using CSS.
Example
border-bottom is what you need... and to modify the distance of the line from the text, use padding-bottom.
border-bottom
padding-bottom