| <html> | 
 | <head> | 
 | <style type="text/css"> | 
 | </style> | 
 | </head> | 
 | <body> | 
 |     <h1>Html Heading</h1> | 
 |     <p style="white-space: normal">On    the     Insert     tab, the galleries include items.</p> | 
 |     <p style="white-space: pre">On    the     Insert     tab, the galleries include items.</p> | 
 |     <p style="white-space: nowrap">On    the     Insert     tab, the galleries include items.</p> | 
 |     <p style="white-space: pre-wrap">On    the     Insert     tab, the galleries include items.</p> | 
 |     <p style="white-space: pre-line">On    the     Insert     tab, the galleries include items.</p> | 
 | </body> | 
 | </html> |