之前写好的CSS,在HTML中调用,结果发现并没有起什么效果,后来发现是因为rel要加入stylesheet,才能起效果。
<link rel = "stylesheet" href = "path"/>