Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background-color: transparent; } </style> </head> <body> <h2>Пример свойства background-color</h2> <p>В данном примере установлено значение transparent для background-color. Является значением по умолчанию.</p> </body> </html>