发现一个很好的图片占位工具网。placehold.it

来源:互联网 发布:淘宝公益宝贝有什么用 编辑:程序博客网 时间:2024/04/30 08:01

主页:http://placehold.it

用法:

<!DOCTYPE HTML><html lang="en-US"><head><meta charset="UTF-8"><title></title></head><body><img src="http://placehold.it/350x150" alt="" /><img src="http://placehold.it/300/f00/000.png" alt="" /></body></html>

预览:


格式:

300是指高度和宽度相同。后面两个属性第一个是背景色,第二个是文本色。图片格式可以放在任意的属性后面。

以下面代码为例:

<img src="http://placehold.it/300/f00/000.png" alt="" />

预览:


文本


以下面为例:

<img src="http://placehold.it/300/f00/000.png&text=hello+world" alt="" />

预览:




1 0
原创粉丝点击