Skip to content
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

Open
Mohamed3922t opened this issue Feb 9, 2022 · 10 comments
Open

My images doesn't show up on page #37

Mohamed3922t opened this issue Feb 9, 2022 · 10 comments

Comments

@Mohamed3922t
Copy link

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
Copy link

please assign me. I want to work on this issue

@Kartikey353
Copy link

I will help you in this

@nadinelynch2600
Copy link

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

@nadinelynch2600
Copy link

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>
<h1>week 5</h1>
<div id="grad"></div>
<p>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. </p>
<p>this week we learned about CSS and how they work together with html format. </p>
<p>at this point I would like to try and an image from google, this image will be from my favorite marine mammal. </p>
<h2>below: the killer whale</h2>
<img src="https://1.bp.blogspot.com/-zClTeQHie-s/V2FRgBhCD_I/AAAAAAACP18/ckjuWjydvVUHfmXGbhjqGh8OpHkAT5BwwCLcB/s1600/2.jpg" />
<br>
</br>

<head>
    <h3>what I did during the week</h3>
    <il>
        <li>thursday I woke up at 6am, watched tv till 8am. </li>

        <p>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</p>

        <li>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.</li>
    </il>
    <h4>additional information for the learning journal</h4>
    <il>
        <li>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 </li>
        <br></br>
        <li>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</li>
        <br></br>
        <li>What happened that felt particularly challenging? Why was it challenging to me? 
		Answer: To sum this out in one word, is ading the images.</li>
        <br></br>
        <li>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</li>
        <br></br>
        <li>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.</li>
        <br><br>
        <li>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.</li>
        </li>
    </il>
    </p>
	</style>

@Djoryuk
Copy link

Djoryuk commented Sep 18, 2022

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
Copy link

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

@raiprince25
Copy link

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

@Pritam-2002
Copy link

assign me this i can help

@Bidhi1
Copy link

Bidhi1 commented Jun 30, 2023

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

@JikokuAice
Copy link

may be give height and width to body may work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants