after a few hours of searching through the forums and trying things, I've got the code:
<html>
<head>
<title>Tester123</title>
<link href="style1.css" rel="stylesheet" type=“text/css” />
</head>
<body>
<h1> What the what? </h1>
<p>This is a paragraph. Hooray!</p>
<div class="trial">What text is this?</div>
<p>Oh hello. The CSS thing is frustrating hey?</p>
</body>
</html>
And I'm trying to get the CSS to load in Chrome (from a mac). I've got the css (style1.css) and this file in the same folder (all just loading from my computer), I've cleared the cache, I don't see anything loading in the Chrome Inspector (Sources) about the CSS and I'm stuck for any ideas. I opened up the source and it seems to link through great there. I have quadruple checked file names and types, but I have nothing. Thoughts?