how to make border around div code example
Example 1: make border to div
border: 2px solid black
Example 2: how to make a text with a border in css
h1{
width:30px;
margin-top:-10px;
margin-left:5px;
background:white;
}
/* Change the values to achieve what design you want */