Border color

Report a typo

Display the border of the <img> element such as in the illustration below:

Double bordered white rectangle

Make the border color orange.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Border</title>
</head>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/IntelliJ_IDEA_Icon.svg/512px-IntelliJ_IDEA_Icon.svg.png">
</body>
</html>
Completed 1 of 3
The border of the <img> element is orange
The <img> element has the border
___

Create a free account to access the full topic