+1 vote
in CSS by
Does style1.css have to be downloaded and parsed before style2.css can be fetched?

1 Answer

0 votes
by

<head>

<link h ref=" stylel. css" rel=" stylesheet">

<link href="style2.css" rel="stylesheet">

</head>

No, the browsers will download the CSS in the order of its appearance on the HTML page.

Related questions

0 votes
asked Feb 10 in CSS by DavidAnderson
0 votes
asked Dec 6, 2020 in Blue Prism by rajeshsharma
...