Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the documnet</title>
<style>
p {
font-size: 16px;
}
span {
font-size: 19px;
}
</style>
</head>
<body>
<p>
This text is normal,
<span> and this text is bigger.</span>
</p>
</body>
</html>