[Solved] How to link HTML file to CSS in Windows Notepad (NOT NOTEPAD++) [closed]


Just look at where your Notepad file is saved. If your CSS file is in the same directory, you can add this href attribute to your HTML:

<link rel="stylesheet" type="text/css" href="https://stackoverflow.com/questions/35494052/your_styles.css">

solved How to link HTML file to CSS in Windows Notepad (NOT NOTEPAD++) [closed]