-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My images doesn't show up on page #37
Comments
please assign me. I want to work on this issue |
I will help you in this |
<img src=”(your image URL here)”> (from my notes that i took during a web programming course) |
this is my course codes if this could help you <title>my learning journal this week</title> <style> #grad { height: 500px; background-color: rgb(17, 233, 204); /* For browsers that do not support gradients */ background-image: linear-gradient(to right, #089cc8f3, #e0109b); } </style>
|
i used to have this probleme maybe you did take the source picture with "/" in the first word for example <img src="/asset/img1 " |
<img src=”(your image URL here)”> |
<img src=”(your image URL here)” alt="(anything)" width="500" height="600"> |
assign me this i can help |
<img src=”(your image URL here)”> |
may be give height and width to body may work |
When i try to add photos to my HTML project, it replaces my photos with an alternative,
Knowing when I open the photo using vs code it tells me photo is corrupted
The text was updated successfully, but these errors were encountered: