ART222 - Design for the web

Class 3
  • Update home page
  • Look at web sites
  • Hyperlinks
    • Relative : Path from current file to image or file you are linking
      • Example (../start.html , images/start.gif)
    • Absolute : Path from root of computer or site to image or file you are linking
      • Example (C:\Documents and Settings\Paul\Desktop\work\FLCC\art222\)
    • URL : link to a page or image that is located online
      • Target: Is where you want your linked file to load in.
        • _blank= new browser window/tab
        • _self=current browser window/tab
    • email mailto:enginp@flcc.edu?subject=this is a test&body=this is the body
      • The property is sperted by & with an = symbol sperating the property and the value
        • cc,bcc
        • subject
        • body
    • Setting links
      • point to file
      • drag file
      • assets
      • insert menu
      • insert panel
      • target
  • Dreamweaver layouts

 

Identify 2 sites you feel are bad and link them to your home page(index.html).