我
`main1.css`一定会在`alert('Hello world')`被加载和编译吗?
难度:
html
<head>
<link href="main1.css" rel="stylesheet" />
<script>
alert("Hello World");
</script>
</head>
是的。