Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> p { border-style: solid; border-width: 1px; padding: 5px; } </style> </head> <body> <p>La bordure de ce paragraphe est séléctionnée comme 1px.</p> </body> </html>