I am trying to edit my HTML file called index.html using a css file called style.css which is located inside of /root/var/www/ and the html file i located in /root/var/www/html.
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="style.css">
<div class="body">
<head>
<title>Homepage</title>
I think its because they are in two different folders and i tried googling the problem which made me try using href="../style.css" which also did not work.
<div class="body"> <head>is wrong