Contact: aviboots(AT)netvision.net.il
39,009 questions
50,723 answers
573 users
<!DOCTYPE html> <html> <head> <style> #h1_id { background-color: black; color: yellow; padding: 10px; text-align: center; } </style> </head> <body> <h1 id="h1_id">HTML CSS</h1> </body> </html>