Edit in JSFiddle

<!-- Нижний индекс -->
<p>H<sub>2</sub>O</p>

<!-- Верхний индекс -->
<p>1<sup>ое</sup> место</p>
body {
  color: #666;
  font: 14px/24px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
p {
  margin: 0 0 24px 0;
}
p:last-of-type {
  margin: 0;
}