<!DOCTYPE html>
<html>
<head>
<title>Chạy Thử CSS Hình dạng cho thẻ DIV</title>
<style>
#hinhtron{width:70px;height:70px;border-radius:50%;margin-right:10px;background:red;float:left;line-height:70px;text-align:center}
#bocanh{width:70px;height:70px;border-radius:4px;background:green;float:left;line-height:70px;text-align:center}
</style>
</head>
<body>
<h1>Chạy Thử CSS Hình dạng cho thẻ DIV</h1>
<div id="hinhtron">Hình tròn</div>
<div id="bocanh">Bo Cạnh</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy Thử CSS Hình dạng cho thẻ DIV</title>
<style>
#hinhtron{width:70px;height:70px;border-radius:50%;margin-right:10px;background:red;float:left;line-height:70px;text-align:center}
#bocanh{width:70px;height:70px;border-radius:4px;background:green;float:left;line-height:70px;text-align:center}
</style>
</head>
<body>
<h1>Chạy Thử CSS Hình dạng cho thẻ DIV</h1>
<div id="hinhtron">Hình tròn</div>
<div id="bocanh">Bo Cạnh</div>
</body>
</html>