Answers for "Which of the following would create the border in this image?"

CSS
1

border for image in css

img {
  border: 5px solid #555;
}
Posted by: Guest on May-21-2021

Code answers related to "Which of the following would create the border in this image?"

Browse Popular Code Answers by Language