1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <head> <style> body { font-size: 16px; } </style> </head> <body> <p style="border: .1em solid #000;">Test 1</p> <p style="border: .2em solid #000;">Test 2</p> <p style="border: .3em solid #000;">Test 3</p> </body> </html>