I created an html doc and I was trying to style it using CSS. My style sheet name is “heart.css”. Nothing is happening. Will this link my html doc to my style sheet?
<html>
<head>
<title>Anatomy and Physiology of the Heart</title>
<link href="heart.css" type="text/css" rel="stylesheet">
</head>
Sorry I am confused new with these topics. Okay I have a folder called “Coding”. I have two things saved in it: heart.css and heart.html. So what do I need to do so the html file recognizes and alters appearance.