Is there a way that any time in HTML you write a NAME="X" or ID="X" or CLASS="X" it automatically adds it to a linked CSS file.
I mean we already know the CSS for each and even if it's not needed it will cut down on time and keystrokes and sometimes I forget things. Plus, this way the CSS file would be structured exactly in line with the HTML.
Is there a way that any time in HTML you write a NAME="X" or ID="X" or CLASS="X" it automatically adds it to a linked CSS file.
I mean we already know the CSS for each and even if it's not needed it will cut down on time and keystrokes and sometimes I forget things. Plus, this way the CSS file would be structured exactly in line with the HTML.