blob: 541872157083779df4e85618a7821de357afc65a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>1<sup>st</sup>, 2<sup>nd</sup>, 3<sup>rd</sup>.</p>
<p>log<sub>2</sub>, log<sub>3</sub>, log<sub>variable</sub>.</p>
</body>
</html>
|