Border style

Report a typo

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

Dashed border on the white rectangle

Set the image to a width of 200 pixels.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Border</title>
</head>
<body>
<img src="https://images.unsplash.com/photo-1525547719571-a2d4ac8945e2?q=80&w=1964&auto=format&fit=crop">
</body>
</html>
Completed 1 of 3
The <img> element has the border
The image is 200 pixels in width
___

Create a free account to access the full topic