Border width

Report a typo

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

Black bordered white rectangle

Make the border width equal to 10 pixels.

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 2 of 3
The <img> element has the border
The border width of the <img> element is 10 pixels
___

Create a free account to access the full topic