I'm learning html but I do not know why I'm not getting it calls a css file, which I created separate for my html.
<html>
<head>
<meta charset="UTF-8">
<title> aula 5 </title>
<link rel="styleshet" type="css" href="atyle9.css"/>
</head>
<body>
<p> Este é um paragrafo com elemento <em>EM </em> nele </p>
</body>
</html>