Project 1 Introduction to HTML.

Slides:



Advertisements
Similar presentations
Introduction to HTML, XHTML, and CSS
Advertisements

Project 1 Introduction to HTML.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Chapter 1 Introduction to HTML Project 1: Introduction to HTML.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
1 Web Development Life Cycle  Ensures project consistency and completeness –Planning –Analysis –Design and Development –Testing –Implementation and Maintenance.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Chapter 1 Variables in the Web Design Environment.
Chapter 1 Variables in the Web Design Environment
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Chapter 1 Introduction to HTML, XHTML, and CSS
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
Creating a Basic Web Page
What Is the Internet? The Internet is a worldwide collection of computer networks that links together millions of computers used by businesses, the government,
Web Development Life Cycle from Beginning to End…and BEYOND!
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
PIZZA WEB PAGE May 28, FOR TODAY  Review Vocabulary Words (take out your worksheets!)  Pizza Web Page  Research more tags  Turn in your homework!
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
HTML Concepts and Techniques Fourth Edition Project 1 Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
COAP 2000: Intro. to (X)HTML Chapter 1. Intro. to XHTML: Chapter 1 The Internet –It’s a Network. –Internet Backbone (T1, T3) –Internet Service Provider.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
HTML HyperText Markup Language Victoria E. Kozlek.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
4.01 How Web Pages Work.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML
Web Site Development and Macromedia Dreamweaver 8
4.01B Authoring Languages and Web Authoring Software
Chapter 1 Introduction to HTML.
Web Development Life Cycle
Project 1 Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software
Web Page Development Tools
Web Development Life Cycle from Beginning to End…and BEYOND!
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Page Development Tools
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
Web Development Life Cycle from Beginning to End…and BEYOND!
Presentation transcript:

Project 1 Introduction to HTML

Project Objectives Hypertext Markup Language (HTML) Dynamic Hypertext Markup Language (DHTML) Extensible Hypertext Markup Language (XHTML) Project 1: Introduction to HTML

Web Servers Web pages are stored on a Web server, or host, which is a computer that stores and sends (serves) requested Web pages and other files Publishing is copying Web pages and other files to a Web server Project 1: Introduction to HTML

Web Site Types and Purposes Electronic commerce (e-commerce) is the buying and selling of goods and services on the Internet Project 1: Introduction to HTML

What Is Hypertext Markup Language? Web pages are created using Hypertext Markup Language (HTML), which is the authoring language used to create documents on the World Wide Web HTML uses a set of special instructions called tags or markup to define the structure and layout of a Web document and specify how the page is displayed in a browser HTML is platform independent, meaning you can create, or code, an HTML file on one type of computer and then use a browser on another type of computer to view that file as a Web page Project 1: Introduction to HTML

HTML Elements Project 1: Introduction to HTML

HTML Versions HTML has gone through several versions, each of which expands the capabilities of HTML The most recent version of HTML is HTML 4.01 Project 1: Introduction to HTML

Dynamic HTML (DHTML) Dynamic HTML (DHTML) describes a combination of HTML tags, CSS, and a scripting language such as JavaScript DHTML allows users to create interactive, animated Web pages Project 1: Introduction to HTML

Extensible Hypertext Markup Language (XHTML) Extensible Markup Language (XML) is a markup language that uses tags to describe the structure and content of a document, not the format Extensible Hypertext Markup Language (XHTML) is a reformulation of HTML so it conforms to Extensible Markup Language (XML) rules Project 1: Introduction to HTML

Extensible Hypertext Markup Language (XHTML) Project 1: Introduction to HTML

Tools for Creating HTML Documents A text editor is a program that allows a user to enter, change, save, and print text, such as HTML An HTML editor is a program that provides basic text-editing functions, as well as more advanced features, such as color-coding for various HTML tags, menus to insert HTML tags, and spell checkers A WYSIWYG editor is a program that provides a graphical user interface that allows a developer to preview the Web page during its development Project 1: Introduction to HTML

Tools for Creating HTML Documents Project 1: Introduction to HTML

Web Development Life Cycle Project 1: Introduction to HTML

Web Site Design and Development Project 1: Introduction to HTML

Web Site Design and Development A linear Web site structure connects Web pages in a straight line Project 1: Introduction to HTML

Web Site Design and Development A hierarchical Web site structure connects Web pages in a tree-like structure Project 1: Introduction to HTML

Web Site Design and Development A webbed Web site structure has no set organization Project 1: Introduction to HTML

Web Site Design and Development A broad Web site is one in which the home page is the main index page, and all other Web pages are linked individually to the home page Project 1: Introduction to HTML

Web Site Design and Development A deep Web site is one that has many levels of pages, requiring the user to click many times to reach a particular Web page Project 1: Introduction to HTML

Web Site Testing Usability is the measure of how well a product, such as a Web site, allows a user to accomplish his or her goals Usability testing is a method by which users of a Web site or other product are asked to perform certain tasks in an effort to measure the product’s ease-of-use and the user’s perception of the experience Project 1: Introduction to HTML

Web Site Testing Project 1: Introduction to HTML

Project Summary Define Hypertext Markup Language (HTML) and the standards used for Web development Discuss the use of Cascading Style Sheets in Web development Define Dynamic Hypertext Markup Language (DHTML) and describe its relationship to HTML Define Extensible Hypertext Markup Language (XHTML) and describe its relationship to HTML Project 1: Introduction to HTML

Project Summary Describe tools used to create HTML documents Discuss the five phases of the Web development life cycle Describe Web site design and the purpose of each Web site structure Describe the importance of testing throughout the Web development life cycle Project 1: Introduction to HTML

Project 1 Complete Introduction to HTML