Can I create a photo album using html?

  • Thread starter Thread starter Pat A
  • Start date Start date
P

Pat A

Guest
i'm working on a project right now and the teacher allows me to use html code only. And I want to create a photo album, anyone has a code for that?
 
Yeah, check out:
http://www.cssplay.co.uk/menu/gallery-large.html

Right click to view the source. It's a photo gallery using nothing but HTML and CSS (style sheets). I wouldn't just steal the source code though, take some time to go through it and understand it. Then maybe put your own little twist on it.

Good luck!
 
A photo album is essentially some headings ...

http://dev.opera.com/articles/view/15-marking-up-textual-content-in-html/#headings

... with lists ...

http://dev.opera.com/articles/view/16-html-lists/

... of images ...

http://dev.opera.com/articles/view/17-images-in-html/

... that link ...

http://dev.opera.com/articles/view/18-html-links-let-s-build-a-web/

... to full size images that usually have some paragraphs of text about them.

http://dev.opera.com/articles/view/15-marking-up-textual-content-in-html/#paragraphs

Of course, unless you resort to very poor 1996 era coding practices (using the wrong tool for the job), you won't be able to make the pages very pretty, since that is a job for CSS.
 
just go to pyzam.com and use the slideshow maker.

then copy the code and give it to your teacher(:
 
Back
Top