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 に不慣れで、このサイトのトップ画像はどこからともなく来ているようです。ソースを調べると、ホームページへのリンクと が見つかりました<span>Fragments of light</span>が、ありませんimg。私は何が欠けていますか?ありがとう!
<span>Fragments of light</span>
img
親 div#titleには、背景画像として画像があります。
#title
<style type="text/css"> #title { background: url(http://colleenbriggs.files.wordpress.com/2012/12/cropped-fragments-of-light-low-res.jpg) no-repeat; height: 180px; } </style>