how to add border around the website in htlm code example
Example: how to add border in css
.div1{
border: 10px;
border-color: #000000;
border-style: solid;
}
.div1{
border: 10px;
border-color: #000000;
border-style: solid;
}