img

#n. In web page production, it means "picture"; the abbreviation of image means picture. ;[Medical][=inferior mesenteric ganglia]Inferior mesenteric ganglia

#rounded

英[?ra?nd?d] 美[?ra?nd?d]

adj.round Shape; plump; comprehensive; [language] round lips

past tense and past participle of vi.&vt.round

Bootstrap img-rounded style syntax

Function: Add rounded corners to the image (not supported by IE8).

Bootstrap img-rounded style example

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> 
	<title>php中文網(php.cn)</title> 
	<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">  
	<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
	<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
	
<div class="container">
	<h2>圖片</h2>
	<p> .img-rounded 類為圖片添加圓角 (IE8 不支持):</p>            
	<img src="http://img.php.cn/upload/article/000/005/6

56/5af270fd37755429.jpg" class="img-rounded" alt="Cinque Terre" width="304" height="236"> 
</div>

</body>
</html>
Run instance ?

Click the "Run instance" button to view the online instance