<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Ecuatie</title>
<style>
.formula { font-size: 1.4em; }
sup, sub {
font-style: italic;
color: red;
}
sub {
color: blue;
}
</style>
</head>
<body>
<p>Ecuatie de gradul doi:</p>
<p><i style="color:blue;">ax<sup>2</sup><i>+bx+c=0</i></p>
</body>
</html>