Dylan Stein
@DylanStein1
im wanting to know how to add a picture like any picture and be able to put it anywhere
Baconman321 What these guys are saying is the correct way to load an image, but to put it anywhere you want you will have to use CSS.
CSS is a way to style the contents of a webpage.
While putting CSS into a style attribute is not recommended, it shows you how to style tags without extra steps, which should be best for a person who seems so new to HTML like you.
The position:absolute; detaches the image from being relative to the other elements of the page. If you were to put something above the image, i2 years ago
Coder100
working repl:
https://repl.it/@Coder100/mark-as-correct-answer-EverlastingExtrasmallLivecd#index.html
read more:
https://www.w3schools.com/tags/tag_img.asp2 years ago
is my website right also is there a way i can change the background?
RYANTADIPARTHI Solution
yup, your background is working all fine. If you want to change the background, it's like this.
body {
background-color: red;
}
like that.
That should work2 years ago
i added a link that should take you to a website called eggisthenewblack.com but instead it takes you too https://experiencedearlycollaborativesoftwar