I'm just wondering if there's a way to link multiple css-files to one html-file without having to write down every link like below?
<link rel="stylesheet" type="text/css" href="style/alla.css">
<link rel="stylesheet" type="text/css" href="style/meny.css">
<link rel="stylesheet" type="text/css" href="style/fotografier.css">
<link rel="stylesheet" type="text/css" href="style/footer.css">