Bootstrap close button
Style a close button with Bootstrap
Use the generic close icon for dismissing content like modals and alerts.
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from www.java2 s . c o m-->
<body style='margin:20px;'>
<button type="button" class="close">×</button>
</body>
</html>