E301/Web Publishing: Hypertextual Theory and Design, Michael O'Conner |
Create three distinct web pages for this assignment. Each page should have a unique theme or subject.
For each of the three pages, have a different background image.
For each of the pages, choose an "image" design theme, something consistent-an animal, object, person, etc- that goes along with everything else you place on the page.
Each of the Three Theme Pages should include:
a) 8-12 images
b) 5-6 icons
c) a paragraph or two of text, demonstrating your ability to "wrap"
text around images
The pages should also include a displayed ability to "align" images (align left, align right, align center) and you should begin playing with the concept of inserting images into "tables."
| Aligning with Text and Images With Raw HTML scripting: Use code to align your images properly: 1) <img src = "images/apple1.gif" align="left"> 2) the align = code could be left, right, etc. With Dreamweaver: With FrontPage:
|
All images should carry "alt" tags, or text tags within the html
code to tell viewers or browsers what an image is if it does not display
properly (or cannot be seen by a visually impaired person).
The coding is simple: <img src = "images/apple1.gif"
align="left" alt="red apple">
In FrontPage, click on the image, click the right mouse button, go to Picture
Properties, type into TEXT window
In Dreamweaver, click on image, in properties panel, type into Alt window.
Finally, all images and icons for this assignment must meet proper design characteristics of 72 dpi, and under 100k in size, to ensure quick downloads. Always change the image size itself, in a program like Photoshop. Rarely tweak the size of a image with HTML editor or HTML code settings.
Other important requirements with images:
Other usual requirements:
___clearly labeled and unique page title
___clear descriptors in all links and anchors
___a good mix of icons and images fitting page purpose and design concepts
___adequate white/clear space and well space elements throughout
___page loads quickly--page should load under 30 secs on a 56K modem
___individual graphics under 100k in size
___closes with your name, email, date/revision information