<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
so I've read all the other posts regarding this error and still haven't figured out what I did wrong.
Links and decoration
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
did you remember to set your link’s text-decoration to non;?
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
</head>
<body>
<h1> This is first h1</h1>
<h1> This is second h1</h1>
<p> This is first para</p>
<p> This is second para</p>
<img src="http://static4.fjcdn.com/thumbnails/comments/Sup+dude+_50d991245445161486fe3ec40227a170.jpg" />
<a href="http://www.facebook.com">Facebook</a>
</body>
</html>