Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Dreamweaver MX 2004 Basics Diane Millican 5/23/2017 1 What is Dreamweaver? 5/23/2017 HTML Editor Used by Professionals As well as Beginners Visually Design Web Pages 2 HTML 5/23/2017 Hypertext Markup Language Describes the appearance of web page and items on the page Hypermedia Enclosed in tags < > 3 Tags 5/23/2017 <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 > 4 Elements 5/23/2017 <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”> 5 HTML Document Requirements 5/23/2017 <HTML> <HEAD> <TITLE>Document Title</TITLE> </HEAD> <BODY> </BODY> </HTML> 6 World Wide Web 5/23/2017 Overseen by a not for profit group W3C - W.W.W. Consortium Working toward equal W.W.W. access for everyone 7 Download Time 5/23/2017 No more than 8 seconds Divide information up Make smaller files 8 Monitor Resolution 5/23/2017 Many kinds of monitors Differing resolutions # of Pixels Older monitors 640 X 480 Most common today 800 X 600 9 Planning the Web Site 5/23/2017 Saves time later Who is your audience? What will make your site unique? Gather Information Storyboard a page Flowchart the site 10 External link Email HOME PAGE City Facts 5/23/2017 Services External link Map 11 Root Folder 5/23/2017 Only one main folder Sites may have many sub folders Arrange information logically 12 Dreamweaver Start Page 5/23/2017 13