<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"/>
<title>Document</title>
<link href="kennystokeswireframe.css"> rel="stylesheet" "type=text/css">
<style>
body {
background-color: red;
}
</style>
</head>
<body>
<div id="site_wrap">
<div class="header">
<div>HEADER</div>
</div>
<div class="featured_header">
HEADER
</div>
<div class="featured_main">
MAIN
</div>
<div class="featured_profile">
PROFILE
</div>
<div class="content">
CONTENT
</div>
<div class="footer">
FOOTER
</div>
</div>
</body>
</html>
Welcome to the forum @kennystokes
You have a angular bracket in the middle of your link
element.
This is causing the code to close too early.
The syntax error is causing the rest of the code to not execute.
Happy coding
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
to get more help please share what of your code is not working