Contact: aviboots(AT)netvision.net.il
38,853 questions
50,554 answers
573 users
<!DOCTYPE html> <html> <head> <style> body { background-color: lightcyan; } h1 { color: blue; } </style> </head> <body> <h1>Embed CSS in HTML Example</h1> </body> </html>