<!DOCTYPE html>
<html>
<head>
<style>
p.normal {
font-variant: normal;
}
p.small {
font-variant: small-caps;
</style>
</head>
<body>
<p class="normal">Меня зовут Вася Пупкин.</p>
<p class="small">Меня зовут Вася Пупкин.</p>
</body>
</html>