The most portable way without using an embedded font is:
Code:
/*synthetic small caps*/
.ssc {
font-size: 80%; /* here you can use any other size you like, maybe 70% */
}
and
Code:
<p>T<span class="ssc">HIS IS A TEXT IN SMALL CAPS</span></p>
Basically resize the font across a span.
It's carp but it works just about everywhere.
One day there will be a standard for standards that
requires a compliance test before support for any
standard can be claimed