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.
jQuery をダウンロードし、CSS を独自のフォルダーに入れました。images フォルダーは、そのフォルダーに対して相対的にどこに配置する必要がありますか?
あなたの質問に対する簡単な答え:: cssフォルダーの中に入れてください
css/images
その場合、画像はimagescssファイルの場所に関連するフォルダーに配置する必要があります。
images
つまり、css ファイルがというフォルダーに保存されているcss場合、画像は次のフォルダーに保存する必要があります。css/images
css