My HTML and CSS code is causing the h1
title to appear in blue instead of red. I am unsure why this is happening and how to fix it. Any help would be greatly appreciated.
<!doctype html>
<h1>les planètes du système solaire <h1>
<h1><style type='text/css'>
body{
color:red;
background-color: black}
</style><h1>
<img src ='https://(jpeg link ....)'>
<h2>comme nous pouvons le constater<h2>
<h2><style type='text/css'>
body{
color:blue;
background-color:black}
</style><h2>