Why are the CSS image properties not showing up in the html page?
Thanks
Why are the CSS image properties not showing up in the html page?
Thanks
Welcome to the forum! Just a few lines away from this working and looking great!
You need to include a line inside your <head>
section that links to the stylesheet.
<link href="style.css" rel="stylesheet"type="text/css">
Your closing </head>
tag should also be on the line after that and the opening <body>
tag should come before your <h1>
header.
Hope this helps!
Mike