Top Banner
INTRODUCTION TO HTML
25

Introduction to HTML

Oct 29, 2014

Download

Education

Introduction to HTML
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to HTML

INTR

ODUCTION T

O HTM

L

Page 2: Introduction to HTML

WHAT IS THE INTERNET?

A worldwide collection of computer networks that links billions of computers together.

Used by businesses, government, educational institutions, organizations and individuals.

It works by using modems, phone lines, television cables, satellite links, fiber-optic connections, and other communications devices and media.

2

Page 3: Introduction to HTML

NETWORK

Is a collection of two or more computers that are connected to share resources and information. Ex. PTSD computers

3

Page 4: Introduction to HTML

INTERNET BACKBONE & ISP

Internet Backbone - a collection of high-speed data lines that connect major computer systems located around the world.

Internet Service Provider (ISP) - a company that has a permanent connection to the Internet backbone. Ex. Verizon, Xfinity

4

Page 5: Introduction to HTML

WHAT IS THE INTERNET?

5

Page 6: 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.

Hypertext Transfer Protocol (HTTP) Web pages Websites and home pages

6

Page 7: Introduction to HTML

HYPERTEXT TRANSFER PROTOCOL

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

7

Page 8: Introduction to HTML

WEB PAGES AND WEBSITES

• Web pages are linked documents, or pages of information, on the web.

• A website is a related collection of web pages that is created and maintained by an individual, company, educational institution, or other organization.

• A home page is the first document users see when they access a website.

8

Page 9: Introduction to HTML

WHAT IS THE WORLD WIDE WEB?

CHAPTER 1: INTRODUCTION TO HTML, XHTML, AND CSS 9

Page 10: 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 such as graphics and audios to a web server.

• This allows the general public to view it.

10

Page 11: Introduction to HTML

WEBSITE TYPES

11

Page 12: Introduction to HTML

WEBSITE TYPES

Websites are generally available to the public. An intranet is a private network that uses

Internet technologies to share company information among employees.

Ex. Various drives (home, passouts, media drive).

12

Page 13: Introduction to HTML

WEBSITE TYPES

An extranet is a private network that uses Internet technologies to share business information with others

Electronic commerce (e-commerce) is the buying and selling of goods and services on the Internet.

13

Page 14: Introduction to HTML

WEBSITE TYPES AND PURPOSES

14

Page 15: Introduction to HTML

WEB BROWSERS

Browser (web browser), is a program that interprets and displays web pages and enables you to view and interact with a web page.

Internet Explorer, Mozilla Firefox, Chrome and Safari

Uniform Resource Locator (URL) Example: http://www.scsite.com/html6e/index.htm

15

Page 16: Introduction to HTML

WEB BROWSERS

16

Page 17: Introduction to HTML

HYPERLINK (LINK)

Is an element used to connect one web page to another web page that’s located on the same server.

Or used to link web pages located on a different web server located anywhere in the world.

17

Page 18: Introduction to HTML

HYPERTEXT MARKUP LANGUAGE (HTML) Web pages are created using Hypertext

Markup Language (HTML)

Which is an authoring language used to create documents for the World Wide Web

18

Page 19: Introduction to HTML

HYPERTEXT MARKUP LANGUAGE (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.

CHAPTER 1: INTRODUCTION TO HTML, XHTML, AND CSS 19

Page 20: Introduction to HTML

WHAT IS HYPERTEXT MARKUP LANGUAGE?

20

Page 21: Introduction to HTML

HTML ELEMENTS

21

Page 22: Introduction to HTML

HTML CODING PRACTICES

22

Page 23: 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 formatting so it conforms to XML structure and content rules

23

Page 24: Introduction to HTML

EXTENSIBLE HYPERTEXT MARKUP LANGUAGE (XHTML)

CHAPTER 1: INTRODUCTION TO HTML, XHTML, AND CSS 24

Page 25: Introduction to HTML

TOOLS FOR CREATING HTML DOCUMENTS A text editor (Notepad++) is a program that allows

a user to enter, change, save, and print text, such as HTML.

A WYSIWYG editor is a program that provides a graphical user interface that allows a developer to preview the web page during its development.

WYSIWYG (what you see is what you get) Ex. Dreamweaver

25