Inside the project folder, I have created both the html and CSS file under 'venv' library root folder. html file name - index.html CSS file name - styles.css
code that I used to link CSS:
<link rel="stylesheet" href="styles.css" type="text/css">
This does not seem to work. Need help.