What is the error in the following CSS rule intended to apply a 1px solid black border to all <div> elements?
{
border: 1px solid black;
}
What is the error in the following CSS rule intended to apply a 1px solid black border to all <div> elements?
{
border: 1px solid black;
}