I’m completely new at HTML/CSS.
I’m currently using a Mac and I don’t know how to link HTML/CSS files in Komodo. Oddly enough, I cannot find anything online that explains how. Is there any one who can explain in DETAIL how to go about doing so?
I’m completely new at HTML/CSS. I’m currently using a Mac and I don’t know
Share
You link a CSS file with a
<link>tag in the<head>of your HTML file:You can find more information from the HTML Dog: Applying CSS article.