Dreamweaver MX 2004 Basics Diane Millican 9/19/2018.

Slides:



Advertisements
Similar presentations
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Website Design.
5/8/ Introduction to Dreamweaver and HTML Diane Millican.
5/8/ Dreamweaver 8 Basics. 5/8/ What is Dreamweaver? Visually Design Web Pages Used by Professionals As well as Beginners HTML Editor.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Introduction to: Web Site Development. Terminology HTML Hypertext Markup Language HTML File A web page built from HTML Index File The home or main page.
Introduction to Web Lingo
Introduction to Web Creation iMet Tool Training. Basic Principles Have a plan Focus on the content and communication Make navigation logical and consistent.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
Basics of HTML.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML (HyperText Markup Language)
HTML Structure & syntax
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
Just Enough HTML How to Create Basic HTML Documents.
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
The Teacher Computing HTML HyperText Markup Language.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Web Design Mr. Briggs’ Classes September 6-7, 2011.
Cascading Style Sheets CSS. Source W3Schools
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML HyperText Markup Language Victoria E. Kozlek.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Structure & syntax
Basic concepts of web design
Web Basics: HTML/CSS/JavaScript What are they?
HTML basics
Objective % Select and utilize tools to design and develop websites.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introducing XHTML: Module A: Web Design Basics
Introducing XHTML: Module A: Web Design Basics
Objective % Select and utilize tools to design and develop websites.
Creating a Successful Web Presence
Creating a Web Page Using HTML
HTML HYPERTEXT MARKUP LANGUAGE.
HTML 12/27/2018.
What is HTML?.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML Structure & syntax
Presentation transcript:

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