Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLファイルをCSSファイルにリンクする方法は、次のように書くことだと思いました:
<link type= "text/css" rel= "firststylesheet" href= "firststylesheet.css"/>
(私のcssファイル名はfirststylesheet.css. これを修正するにはどうすればよいですか?
firststylesheet.css
私は同じ問題を抱えていましたが、Stylesheet と呼ばれる私の css が「.css」を見逃していることに気付きました。だから私は手動でそれをstylesheet.cssに改名し、それはうまくいった:)