 |
 |
 |
|
 |
Parkland
College > CSIT
Dept > Web
Technology > CSC 121 >
Calendar > Lesson 3
CSC 121 WEB SITE DESIGN
Lesson 3: Introduction to Dreamweaver and HTML
Instructor: Paul
Young
|
| |
Objectives
|
|
To become comfortable in the Dreamweaver
environment by building a simple web site similar to this
site.
|
| |
Discussion
|
|
The best way to learn any software
package is to simply start working in it. Dreamweaver is designed
to do two things: (1) write code for web pages so you don't have
to, and (2) help manage the files of your site. In this lesson,
we will be building a 5-page web site from scratch without using
templates.
Hints: (1) Use the HELP menu to get answers and to access tutorials.
(2) Google your software questions (someone most likely
has already posted an answer).
|
| |
Procedure
|
|
Overview: Tell Dreamweaver the location of the files for your
site. Make one web page. Copy the first page to make the other
pages of your site.
- launch Dreamweaver
- define a new site (site > manage sites > new site): name=lesson3,
local root folder=jsmith/csc121/upload/lesson3
- create a new file (file > new: basic HTML page): "index.htm"
- edit > preferences: invisible elements: line breaks=yes
- type your name (i.e. Jane Smith), followed by RETURN
- view > code and design: study the HTML code
- add the following links: my blog, my pictures, my links, contact
me
- link each item to a new page (i.e. "words.htm")
- change title of document to your name (i.e. Jane Smith)
- save, file > preview in browser (F12)
- window > site: duplicate "index.htm", rename "blog.htm" (RMB)
- open "blog.htm", copy and paste the text from this
sample site (or
write your own entries)
- add bolds, italics, heads (use heading 4)
- save, file > preview in browser (F12)
- duplicate "blog.htm" and make the other pages
- test and troubleshoot your site
|
|
|