Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document</title> <style> p { border: thick solid #8ebf42; padding: 5px; } </style> </head> <body> <h2>Border property example</h2> <p>This paragraph's border is set to "thick solid green".</p> </body> </html>