Home › Forums › CSS › h1 and h2 tags on same line › Reply To: h1 and h2 tags on same line
December 31, 2014 at 11:01 am
#191960
Participant
same problem, but cybershot`s worked 100%
thanx
<h1>first words</h1> <h2>Second words</h2>
then in the stylesheet do
#heading h1, h2 { display: inline; }