Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

I got error i really don't know the reason

i got error while i was doing level 5 lesson three i just fulfill the answer but it continuously says
Please include the src attribute like <img src="..." / > with a value for src attribute. what is the reason my code is <!DOCTYPE html>
<html>
<head>
<title>Nigist Genene</title>
</head>
<body>
<p style="text-align:center">
<img src="" alt="A beautiful image" />
</p>
</body>
</html>
by

1 Answer

sam5epi0l
As the error suggests, src attribute shouldn't be empty. For example:

<img src="https://e7.pngegg.com/pngimages/416/844/png-clipart-google-logo-g-suite-mobile-phones-11-computer-logo.png"/>

Login / Signup to Answer the Question.