0
Seer, External CSS is simply that, a CSS file that is not directly included in the HTML code. External CSS is set up exactly as the Code Playground's HTML, CSS, and JS tabs. If you are writing your code in a code editor such as Notepad++, you will need two files: one for HTML, and the other for CSS. You have to link the CSS to the HTML in the <head> tag of the HTML like so: <link rel="stylesheet" type="text/css" href="[insert the CSS file's path]"> Hope this helps!
25th Apr 2018, 1:58 PM
Johnathan Campbell
Johnathan Campbell - avatar