html ~ web design. internet vs. web internet – massive network of networks – networking...

7
HTML ~ Web Design

Upload: primrose-beasley

Post on 31-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

HTML ~ Web Design

Page 2: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

Internet vs. Web

Internet– Massive network of networks– Networking infrastructure – connects millions of computers

forming a network in which any computer can communicate with any other computer as long as they are both connected to the Internet.

World Wide Web– Way of accessing info over the Internet– An information sharing model built on top of the Internet– Uses HTTP (one of the languages spoken on the Internet)

Page 3: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

What is a Browser?

Browser– Software application used to locate and display web

pages.– Access documents called Web Pages that are linked

to each other via hyperlinks

Examples– Internet Explorer– Netscape Navigator

Page 4: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

HTTP vs. HTML

HTTP– Hyper-Text Transfer Protocol– The language used by web clients (you) and

the Web Server (Internet Explorer)HTML

– Hyper-Text Markup Language– Standard language used to create Web pages.

(Known as Hypermedia documents)

Page 5: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

How does web page access work?

Page 6: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

What makes a good/bad web site?

Content– Does is have what I’m looking for?– Is the info accurate?

Reliable– Is the site down a lot?

Ease of use– How easy is it to find what I’m looking for (navigation)?

Aesthetics– Is the site pleasing to view?

Page 7: HTML ~ Web Design. Internet vs. Web Internet – Massive network of networks – Networking infrastructure – connects millions of computers forming a network

<HTML>

<HEAD><TITLE>Learning HTML</TITLE>

</HEAD>

<BODY>I am learning HTML.

</BODY>

</HTML>