WebDevSimplified / Introduction-to-Web-Development

844 stars 2.62k forks source link

My images doesn't show up on page #37

Open Mohamed3922t opened 2 years ago

Mohamed3922t commented 2 years ago

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

shrajan9696 commented 2 years ago

please assign me. I want to work on this issue

Kartikey353 commented 2 years ago

I will help you in this

nadinelynch2600 commented 2 years ago

<img src=”(your image URL here)”> (from my notes that i took during a web programming course)

nadinelynch2600 commented 2 years ago

this is my course codes if this could help you

<!DOCTYPE Html>

my learning journal this week

week 5

this week I am trying something different, this week I have decided to try and do my learning journal in a different format and this is HTML.

this week we learned about CSS and how they work together with html format.

at this point I would like to try and an image from google, this image will be from my favorite marine mammal.

below: the killer whale



what I did during the week

  • thursday I woke up at 6am, watched tv till 8am.
  • this week with the riots in south africa was rough, I fear that i may have to flee my home if they come to my suburb in Johannesburg

  • after that i read the learning guide and write down a "todo" list, then I go for a short walk to the shops before i start my reading assignments at 10am.
  • additional information for the learning journal

  • Describe any feedback you received or any specific interactions you had? answer: this week i found that some of my peers were helpful and with some they were unhelpful


  • Discuss how they were helpful Describe your feelings and attitudes What surprised me or caused me to wonder? Answer: I found nothing confusing but I did struggle with adding images but after lots of practice I started to find it easy as you see here in my web page


  • What happened that felt particularly challenging? Why was it challenging to me? Answer: To sum this out in one word, is ading the images.


  • What skills and knowledge do I recognize that I am gaining? answer: again in one word building a webpage and how to implement CSS in the codes


  • What am I realizing about myself as a learner? answer: I would say that i am now able to create a website with images and how to add CSS to the codes.


  • In what ways am I able to apply the ideas and concepts gained to my own experience? answer: i am able to create a webpage and i am loving the progress.
  • Djoryuk commented 2 years ago

    i used to have this probleme maybe you did take the source picture with "/" in the first word for example <img src="/asset/img1 "
    delete the first / and try

    raiprince25 commented 1 year ago

    <img src=”(your image URL here)”>

    raiprince25 commented 1 year ago

    <img src=”(your image URL here)” alt="(anything)" width="500" height="600">

    Pritam-2002 commented 1 year ago

    assign me this i can help

    Bidhi1 commented 1 year ago

    <img src=”(your image URL here)”> This may solve the issue.

    JikokuAice commented 1 year ago

    may be give height and width to body may work