Is it possible to include multiple css at once in html? Or to be precise, is it possible to include all css placed in a directory, in one go? like at present what we d
You could write a server-side script that concatenate all of the files in the directory and sends that to the client, then put the script in a tag.
However, beware of syntax errors.