Что не так в этом HTML-коде?
<html> <head><title> home</title> <style> body { font-family:Arial,sans-serif; background-color:gray; color:red; } header { background-color:black; color:White; } </style> </head> <body> <header> <h1>hello i'm from header</h1> <h3>there is no need to add style type="css/text" media="screen" and you forgot to close style tag </h3> </header> </body> </html>
Что я уже пробовал:
<html> <head><title> home</title> <style> body { font-family:Arial,sans-serif; background-color:gray; color:red; } header { back
Patrice T
определите, что не так, как вы ожидаете.