[HTML & CSS General] Placehold.it であたり画像を入れる

サイズやテキストを記載できるので、プロトタイピングで有用。

基本的な利用方法。
html の img タグで利用します。

<img src="http://placehold.it/350x150">

オプションとして、フォーマット、カラー、テキスト、サイズを全て指定。

<img src="http://placehold.it/1200x600.png/09f/fff&text=placehold.it+rocks!" alt="placeholder">