48
HTML PROJECT #1 Project 1 Introduction to HTML

Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

HTMLPROJECT #1

Project 1

Introduction to HTML

Page 2: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

2HTML Project 1: Introduction to HTML

Project Objectives

1. Describe the Internet and its associated key terms (VOCABULARY!!!)

2. Describe the World Wide Web and its associated key terms

3. Identify the types and purposes of Web sites4. Discuss Web browsers and identify their

purpose

Page 3: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

3HTML Project 1: Introduction to HTML

Project Objectives

5. Define Hypertext Markup Language (HTML) and the standards used for Web development

6. Define Dynamic Hypertext Markup Language (DHTML) and describe its relationship to HTML

7. Define Extensible Hypertext Markup Language (XHTML) and describe its relationship to HTML

8. Describe tools used to create HTML documents

Page 4: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

4HTML Project 1: Introduction to HTML

Project Objectives

9. Discuss the five phases of the Web development life cycle

10. Describe Web site structures and the purpose of each structure

11. Describe the importance of testing throughout the Web development life cycle

Page 5: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

5HTML Project 1: Introduction to HTML

What Is the Internet?1. The Internet is a worldwide collection of computer

networks that links together millions of computers used by businesses, the government, educational institutions, organizations, and individuals using modems, telephone lines, television cables, and other communications devices and media

Page 6: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

6HTML Project 1: Introduction to HTML

What Is the Internet?2. A network is a group of two or more computers that

are connected together to share resources and information

Page 7: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

7HTML Project 1: Introduction to HTML

What Is the Internet?3. The Internet backbone is a collection of high-speed

data lines that connect major computer systems located around the world

Page 8: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

8HTML Project 1: Introduction to HTML

What Is the Internet?4. An Internet Service Provider (ISP) is a company that

has a permanent connection to the Internet backbone

Page 9: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

9HTML Project 1: Introduction to HTML

What Is the Internet?

Page 10: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

10HTML Project 1: Introduction to HTML

What Is the World Wide Web?

• The World Wide Web, also called the Web, is the part of the Internet that supports multimedia and consists of a collection of linked documents

Page 11: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

11HTML Project 1: Introduction to HTML

What is HTTP?

• Hypertext Transfer Protocol (HTTP) is a set of rules for exchanging text, graphics, sound, and other multimedia files

Page 12: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

12HTML Project 1: Introduction to HTML

What is a Web Page?

• Web pages are pages of information on the Web

Page 13: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

13HTML Project 1: Introduction to HTML

What is a Web Site?

• A Web site is a related collection of Web pages

Page 14: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

14HTML Project 1: Introduction to HTML

What is a Home Page?

• A home page is the first document users see when they access a Web site

Page 15: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

15HTML Project 1: Introduction to HTML

What Is the World Wide Web?

Page 16: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

16HTML 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

Page 17: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

17HTML 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

Page 18: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

18HTML Project 1: Introduction to HTML

Web Browsers

• A Web browser, also called a browser, is a program that interprets and displays Web pages and enables you to view and interact with a Web page– Microsoft Internet Explorer and Netscape

Navigator, and AOL

Page 19: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

19HTML Project 1: Introduction to HTML

URL

• A Uniform Resource Locator (URL) is the address of a document or other file accessible on the Internet– http://www.scsite.com/html3e/index.htm

Page 20: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

20HTML Project 1: Introduction to HTML

Hyperlink

• A hyperlink, also called a link, is an element used to connect one Web page to another

Page 21: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

21HTML Project 1: Introduction to HTML

Hypertext

• The actual words, pictures etc… that the user clicks on to get to the information they want to view.

Page 22: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

22HTML Project 1: Introduction to HTML

Web Browsers

Page 23: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

23HTML Project 1: Introduction to HTML

What Is Hypertext Markup Language?

1. Web pages are created using Hypertext Markup Language (HTML), which is the authoring language used to create documents on the World Wide Web

Page 24: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

24HTML Project 1: Introduction to HTML

What Is Hypertext Markup Language?

2. 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

Page 25: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

25HTML Project 1: Introduction to HTML

What Is Hypertext Markup Language?

3. 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

Page 26: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

26HTML Project 1: Introduction to HTML

What Is Hypertext Markup Language?

Page 27: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

27HTML Project 1: Introduction to HTML

HTML History

• The World Wide Web Consortium (W3C) is an industry consortium that seeks to promote standards for the evolution of the Web and Web technologies– http://www.w3.org

Page 28: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

28HTML Project 1: Introduction to HTML

HTML Elements

Page 29: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

29HTML Project 1: Introduction to HTML

HTML Coding Practices

Page 30: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

30HTML 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

Page 31: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

31HTML Project 1: Introduction to HTML

Dynamic HTML (DHTML)

• Dynamic HTML (DHTML) is a term that describes a combination of HTML tags, cascading style sheets (CSS), and a scripting language such as JavaScript. DHTML allows users to create interactive, animated Web pages

Page 32: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

32HTML Project 1: Introduction to HTML

XML & 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

Page 33: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

33HTML Project 1: Introduction to HTML

Extensible Hypertext Markup Language (XHTML)

Page 34: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

34HTML 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

Page 35: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

35HTML Project 1: Introduction to HTML

Tools for Creating HTML Documents

Page 36: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

36HTML Project 1: Introduction to HTML

Web Development Life Cycle

Page 37: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

37HTML Project 1: Introduction to HTML

Web Site Design and Development

Page 38: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

38HTML Project 1: Introduction to HTML

Web Site Design and Development

• A linear Web site structure connects Web pages in a straight line

Page 39: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

39HTML Project 1: Introduction to HTML

Web Site Design and Development

• A hierarchical Web site structure connects Web pages in a tree-like structure

Page 40: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

40HTML Project 1: Introduction to HTML

Web Site Design and Development

• A webbed Web site structure has no set organization

Page 41: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

41HTML 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

Page 42: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

42HTML 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

Page 43: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

43HTML 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

Page 44: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

44HTML Project 1: Introduction to HTML

Web Site Testing

Page 45: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

45HTML Project 1: Introduction to HTML

Project Summary

1. Describe the Internet and its associated key terms

2. Describe the World Wide Web and its associated key terms

3. Identify the types and purposes of Web sites4. Discuss Web browsers and identify their

purpose

Page 46: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

46HTML Project 1: Introduction to HTML

Project Summary

5. Define Hypertext Markup Language (HTML) and the standards used for Web development

6. Define Dynamic Hypertext Markup Language (DHTML) and describe its relationship to HTML

7. Define Extensible Hypertext Markup Language (XHTML) and describe its relationship to HTML

8. Describe tools used to create HTML documents

Page 47: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

47HTML Project 1: Introduction to HTML

Project Summary

9. Discuss the five phases of the Web development life cycle

10. Describe Web site structures and the purpose of each structure

11. Describe the importance of testing throughout the Web development life cycle

Page 48: Introduction to HTML - vhstigers.org … · 10/09/2007  · HTML Project 1: Introduction to HTML 5 What Is the Internet? 1. The Internet is a worldwide collection of computer networks

HTMLPROJECT #1

Project 1 ASSIGNMENTSApply Your Knowledge

In the LabCases & Places