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

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

[markdown]
> * [Placehold.it – Quick and simple image placeholders](http://placehold.it/)

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

“`html

“`

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

“`html
placeholder
“`
[/markdown]