Learn the CSS Box Model by Building a Rothko Painting - Step 2

Tell us what’s happening:
Describe your issue in detail here.I have added the alt attribute but still no success

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Rothko Painting</title>
  </head>
  <body>
    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png." alt="Rothko Painting">
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.125 Safari/537.36

Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 2

Link to the challenge:

You have created a second post about this issue. The problem is not an alt attribute, it’s your img url.

I have removed the . thankyou

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.