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

HTML> Level 5 > Lesson 3

my code is correct but i keep getting this error message:
Please include the src attribute like <img src="..." / > with a value for src attribute. . here's the code<!DOCTYPE html>
<html>
<head>
<title>Victor Sidi</title>
</head>
<body>
<p style="text-align:center">
<img src="profile pic" />
</p>
<p style="text-align:center">Victor Sidi</p>
<p style="text-align:center">Data Analyst</p>
</body>
</html>
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.