Contact: aviboots(AT)netvision.net.il
39,037 questions
50,751 answers
573 users
<!DOCTYPE html> <html> <head> <style> p { border: 1px solid lightgreen; margin: 30px; } </style> </head> <body> <p>Text text text</p> <p>Text text text</p> <p>Text text text</p> </body> </html>