1<!--run this on the browser -->
2
3<!DOCTYPE html>
4<html>
5<style>
6body {
7 font-size: 20px;
8}
9</style>
10<body>
11
12<span style='font-size:100px;'>—</span>
13<p>I will display —</p>
14<p>I will display —</p>
15<p>I will display —</p>
16
17</body>
18</html>
19<!--run this on the browser