Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
p {
font-size: 16px;
}
span {
font-size: 19px;
}
</style>
</head>
<body>
<p>Dieser Text ist normal, <span> und dieser Text ist größer.</span></p>
</body>
</html>