主页: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="" />
预览: