90 likes | 207 Views
How do I Insert a Picture Into a Web Page?. Well, your web pages are all stored in a single folder, right?. Inside that folder there are several pictures, a main index page, and some other stuff, right?.
E N D
How do I Insert a Picture Into a Web Page? • Well, your web pages are all stored in a single folder, right? • Inside that folder there are several pictures, a main index page, and some other stuff, right?
The reason you store everything in a folder is because HTML only understands 2 kinds of commands: Relative& Absolute
Your main web page… …lives in the folder. • Every part of your web site has to live there too. • All your pictures, all your writing, your links, other pages, EVERYTHING has to live in that same folder.
Links to images & pages in your main folder are calledRelativelinks.
Relative links look like this: .../logo.html
When you make a link OUTSIDE that folder… • Like to the internet or another web site… • That’s calledanAbsolutelink.
Absolute links look like this: http://www.cbtcafe.com
Review… Remember • Every part of your web site has to live there too. • All your pictures, all your writing, your links, other pages, EVERYTHING has to live in that same folder.