I\'m trying to have a H1 header and regular text on the same line, with a line under it, like so:
I think you should write like this :-
HTML
Header Regular Text Goes Here
CSS
h1 { float:left; margin:0px; padding:0; } .right { float:right; margin:0px; padding:0px; }
DEMO
EVEN YOU CAN USE THIS METHOD ALSO WITH MINIMIZED MARKUP :- DEMO