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>Der Rand dieses Absatzes wird als 1px ausgewählt.</p> </body> </html>