x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
<style>
4
    .a {
5
        font-variant: small-caps;
6
    }
7
    .b {
8
        font-variant: all-small-caps;
9
    }
10
    p {
11
        font-size: 3.5vw;
12
    }
13
</style>
14
15
<p class="a">The concert starts at <time>2pm on Saturday, 28 February, 2018</time></p>
16
<p class="b">The concert starts at <time>2pm on Saturday, 28 February, 2018</time></p>