LARC 440 Home | Tutorials | Resources | Feedback |

Contents
01_Introduction to Webpages
02_Structuring your website
03_Organizing your files
04_Managing your site in Dreamwaver
05_Dreamweaver Workspace

06_Inspectors, Launchers, and Palettes
07_Using the Property Inspector
08_Creating Tables
09_Manipulating Tables
10_Splitting and Merging cells
11_Adding content
12_Linking content
13_Cascading Style Sheets
14_Working with Frames
15_Addiing Rollovers

 

 

 

 

  Intro to Webpages

A web site is a collection of pages that are linked together. Each page contains HTML code, or "Hyper Text Markup Language," that references graphics, text, databases, other web pages, etc. A web browser reads the HTML and interprets it. The browser shows you this interpretation.

Every web browser sees things slightly differently. Additionally, people have their web browser windows open at different sizes. This makes web design VERY challenging.

There are two ways that you can build a personal website. You can write out all the HTML code by hand using any ASCII text editor such as notepad, or you can use a WYSIWYG, (What You See Is What You Get) HTML editor such as Macromedia Dreamweaver.

This course emphasizes the use of WYSIWYG editors. As designers we like to be able to move things around, searching for interesting compositions. Although this is exactly what you are doing when you write HTML code by hand, many of us are more comfortable if we can "see" what we are working with. Learning HTML is usefull, but not required. If you are interested in learning the basics or HTML, check out the HTML tutorial.