Web design internet basics

25
INTRODUCTION TO HTML

description

 

Transcript of Web design internet basics

Page 1: Web design internet basics

INTR

ODUCTION T

O HTM

L

Page 2: Web design internet basics

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: Web design internet basics

NETWORK

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

3

Page 4: Web design internet basics

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: Web design internet basics

WHAT IS THE INTERNET?

5

Page 6: Web design internet basics

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: Web design internet basics

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: Web design internet basics

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: Web design internet basics

WHAT IS THE WORLD WIDE WEB?

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

Page 10: Web design internet basics

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: Web design internet basics

WEBSITE TYPES

11

Page 12: Web design internet basics

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: Web design internet basics

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: Web design internet basics

WEBSITE TYPES AND PURPOSES

14

Page 15: Web design internet basics

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: Web design internet basics

WEB BROWSERS

16

Page 17: Web design internet basics

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: Web design internet basics

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: Web design internet basics

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: Web design internet basics

WHAT IS HYPERTEXT MARKUP LANGUAGE?

20

Page 21: Web design internet basics

HTML ELEMENTS

21

Page 22: Web design internet basics

HTML CODING PRACTICES

22

Page 23: Web design internet basics

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: Web design internet basics

EXTENSIBLE HYPERTEXT MARKUP LANGUAGE (XHTML)

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

Page 25: Web design internet basics

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