I am trying to define a border around a div tag in HTML. In some browsers the border does not appear.
Here is my HTML code:
can use
border-width:2px; border-style:solid; border-color:black;
or as shorthand
border: 2px solid black