x
 
<html>
<head>
<title>CSS tutorial</title>
<style type="text/css">
h3 {
    text-transform:capitalize;
}
.up {
    text-transform:uppercase;
}
</style>
</head>
<body>
<h3>Brenkoweb.com, the website for web designers</h3>
<p>HTML is not difficult to learn but yet it's one of three main mechanisms the World Wide Web relies on and it is a crucial part of web design.</p>
<p class="up">date: 2012 / 10 / 15</p>
</body>
</html>