| |
| <html> |
| <head> |
| <title>Examples of margins, padding, and borders</title> |
| <style type='text/css'> |
| </style> |
| </head> |
| <body> |
| <p style='font: xx-small Calibri;'>font: xx-small Calibri</p> |
| <p style='font: x-small Calibri;'>font: x-small Calibri</p> |
| <p style='font: small Calibri;'>font: small Calibri</p> |
| <p style='font: medium Calibri;'>font: medium Calibri</p> |
| <p style='font: large Calibri;'>font: large Calibri</p> |
| <p style='font: x-large Calibri;'>font: x-large Calibri</p> |
| <p style='font: xx-large Calibri;'>font: xx-large Calibri</p> |
| <p style='font: xx-small "times new roman";'>font: xx-small Times New Roman</p> |
| <p style='font: x-small "times new roman";'>font: x-small Times New Roman</p> |
| <p style='font: small "times new roman";'>font: small Times New Roman</p> |
| <p style='font: medium "times new roman";'>font: medium Times New Roman</p> |
| <p style='font: large "times new roman";'>font: large Times New Roman</p> |
| <p style='font: x-large "times new roman";'>font: x-large Times New Roman</p> |
| <p style='font: xx-large "times new roman";'>font: xx-large Times New Roman</p> |
| <p style='font: xx-small "times";'>font: xx-small times</p> |
| <p style='font: x-small "times";'>font: x-small times</p> |
| <p style='font: small "times";'>font: small times</p> |
| <p style='font: medium "times";'>font: medium times</p> |
| <p style='font: large "times";'>font: large times</p> |
| <p style='font: x-large "times";'>font: x-large times</p> |
| <p style='font: xx-large "times";'>font: xx-large times</p> |
| </body> |
| </html> |