Get the code of How to Add image border using CSS and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<img src="https://cdn.pixabay.com/photo/2018/01/19/14/40/nature-3092555_1280.jpg" width="200">img {
border: 6px solid yellow;
}