第十三届蓝桥杯(Web 应用开发)线上模拟赛【第一题】(修复网站显示问题)

问题原因:引入的css文件名错误

解决方法:将引入的style.css改成index.css

参考题解:

index.html

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>果壳网 科技有意思title>
    
    <link href="css/index.css" rel="stylesheet" type="text/css">
head>

你可能感兴趣的:(蓝桥杯WEB组线上赛模拟题,前端,蓝桥杯,职场和发展)