I am trying to have a heading and then some less important text on the same line:
Skill Ratings
(scale of 5)
but I really want (scale of 5)
to be in the same line as well as that Skill Ratings
be wrapped in the <h>
tags for document structure semantics.
I am tight on real estate so I don't want another line, (scale of 5)
will be linked to a CSS style.
Is this possible? If not, I will chose to not have Skill Ratings
as a heading but would prefer that it be.
<span class="extHeading"><h3>Skill Ratings</h3>(scale of 5)</span>
– Kathrinekathryndiv
and float the elements so they line up or useabsolute
andrelative
positioning. – Faydra(scale of 5)
all in one line where "Skill Ratings" is recognized as a heading and "(scale of 5)" is not, yet is on the same line – Kathrinekathryn