<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8"/>

<title>Relative resizing</title>

<style type="text/css">

p {

font-size: small;

}

em {

font-size: larger;

}

</style>

</head>

<body>

<p>Anda dapat menggunakan <em>absolute keywords</em> (xx-small, x-small, small,

medium, large, x-large and xx-large) untuk mengatur ukuran teks dalam CSS.</p>

</p>

</body>

</html>