Dreamweaver MX 2004 Basics Diane Millican 9/19/2018
What is Dreamweaver? HTML Editor Used by Professionals As well as Beginners Visually Design Web Pages 9/19/2018
HTML Hypertext Markup Language Describes the appearance of web page and items on the page Hypermedia Enclosed in tags < > 9/19/2018
Tags < p > A paragraph tag Lets the browser know to start a new paragraph Tags are best in lower case At the end of the paragraph use the closing tag < / p > 9/19/2018
Elements <Element Attribute = “value” > <font color = “red” size = “+1”> Tells the browser to make the font red and one size larger than normal An example could be <sandwich bread = “ wheat”> <car color = “blue”> 9/19/2018
HTML Document Requirements <HEAD> <TITLE>Document Title</TITLE> </HEAD> <BODY> </BODY> </HTML> 9/19/2018
World Wide Web Overseen by a not for profit group W3C - W.W.W. Consortium Working toward equal W.W.W. access for everyone 9/19/2018
Download Time No more than 8 seconds Divide information up Make smaller files 9/19/2018
Monitor Resolution Many kinds of monitors Differing resolutions # of Pixels Older monitors 640 X 480 Most common today 800 X 600 9/19/2018
Planning the Web Site Saves time later Who is your audience? What will make your site unique? Gather Information Storyboard a page Flowchart the site 9/19/2018
External link HOME PAGE Email External link City Facts Services Map 9/19/2018
Root Folder Only one main folder Sites may have many sub folders Arrange information logically 9/19/2018
Dreamweaver Start Page 9/19/2018