Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 HTML PROJECT #1 Project 1 Introduction to HTML

2 HTML Project 1: Introduction to HTML 2 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 sites 4.Discuss Web browsers and identify their purpose

3 HTML Project 1: Introduction to HTML 3 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

4 HTML Project 1: Introduction to HTML 4 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

5 HTML Project 1: Introduction to HTML 5 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

6 HTML Project 1: Introduction to HTML 6 What Is the Internet? 2.A network is a group of two or more computers that are connected together to share resources and information

7 HTML Project 1: Introduction to HTML 7 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

8 HTML Project 1: Introduction to HTML 8 What Is the Internet? 4.An Internet Service Provider (ISP) is a company that has a permanent connection to the Internet backbone

9 HTML Project 1: Introduction to HTML 9 What Is the Internet?

10 HTML Project 1: Introduction to HTML 10 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

11 HTML Project 1: Introduction to HTML 11 What is HTTP? Hypertext Transfer Protocol (HTTP) is a set of rules for exchanging text, graphics, sound, and other multimedia files

12 HTML Project 1: Introduction to HTML 12 What is a Web Page? Web pages are pages of information on the Web

13 HTML Project 1: Introduction to HTML 13 What is a Web Site? A Web site is a related collection of Web pages

14 HTML Project 1: Introduction to HTML 14 What is a Home Page? A home page is the first document users see when they access a Web site

15 HTML Project 1: Introduction to HTML 15 What Is the World Wide Web?

16 HTML Project 1: Introduction to HTML 16 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

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

18 HTML Project 1: Introduction to HTML 18 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

19 HTML Project 1: Introduction to HTML 19 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.htmhttp://www.scsite.com/html3e/index.htm

20 HTML Project 1: Introduction to HTML 20 Hyperlink A hyperlink, also called a link, is an element used to connect one Web page to another

21 HTML Project 1: Introduction to HTML 21 Hypertext The actual words, pictures etc… that the user clicks on to get to the information they want to view.

22 HTML Project 1: Introduction to HTML 22 Web Browsers

23 HTML Project 1: Introduction to HTML 23 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

24 HTML Project 1: Introduction to HTML 24 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

25 HTML Project 1: Introduction to HTML 25 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

26 HTML Project 1: Introduction to HTML 26 What Is Hypertext Markup Language?

27 HTML Project 1: Introduction to HTML 27 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

28 HTML Project 1: Introduction to HTML 28 HTML Elements

29 HTML Project 1: Introduction to HTML 29 HTML Coding Practices

30 HTML Project 1: Introduction to HTML 30 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

31 HTML Project 1: Introduction to HTML 31 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

32 HTML Project 1: Introduction to HTML 32 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

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

34 HTML Project 1: Introduction to HTML 34 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

35 HTML Project 1: Introduction to HTML 35 Tools for Creating HTML Documents

36 HTML Project 1: Introduction to HTML 36 Web Development Life Cycle

37 HTML Project 1: Introduction to HTML 37 Web Site Design and Development

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

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

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

41 HTML Project 1: Introduction to HTML 41 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

42 HTML Project 1: Introduction to HTML 42 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

43 HTML Project 1: Introduction to HTML 43 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

44 HTML Project 1: Introduction to HTML 44 Web Site Testing

45 HTML Project 1: Introduction to HTML 45 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 sites 4.Discuss Web browsers and identify their purpose

46 HTML Project 1: Introduction to HTML 46 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

47 HTML Project 1: Introduction to HTML 47 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

48 HTML PROJECT #1 Project 1 ASSIGNMENTS Apply Your Knowledge In the Lab Cases & Places


Download ppt "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."

Similar presentations


Ads by Google