I want to create an html header as follows
"Version1: (10.3.4) vs Version2: (10.3.4)"
and I want the version number be smaller than the words "Version1"
and "Version2"
how can I do this?
I want to create an html header as follows
"Version1: (10.3.4) vs Version2: (10.3.4)"
and I want the version number be smaller than the words "Version1"
and "Version2"
how can I do this?
Wrap the version number inside a span and give it a different font-size.
This is what you need. No special coding required.