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