| <html> | 
 | <head> | 
 | <style type="text/css"> | 
 | </style> | 
 | </head> | 
 | <body> | 
 |     <h1>Html Heading</h1> | 
 |     <p style="letter-spacing: normal">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: 1px">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: 2px">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: 3px">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: -1px">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: -2px">On the Insert tab, the galleries include items.</p> | 
 |     <p style="letter-spacing: -3px">On the Insert tab, the galleries include items.</p> | 
 | </body> | 
 | </html> |