Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.

Slides:



Advertisements
Similar presentations
Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.
Advertisements

4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Tutorial 1 Getting Started with HTML5
XP Tutorial 1 New Perspectives on HTML and XHTML, Brief 1 Developing a Basic Web Page Creating a Web Page for Stephen Dubé’s Chemistry Classes Tutorial.
Tutorial 1 Developing a Basic Web Page
Tutorial 1 Developing a Basic Web Page. XP Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML.
Developing a Basic Web Page
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Objectives Learn the history of the Web and HTML
Developing a Basic Web Page with HTML
1st Project Introduction to HTML.
Q.Nand HTML Hypertext Markup Language Lesson 1. Q.Nand Overview Introduction the World Wide Web Structure of the internet The Development of the World.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS
Developing a Basic Web Page
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Connecting one computer to another computer creates a network.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Lesson 2 — The Internet and the World Wide Web
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Dr. Chen, Management Information Systems (Web#2) Web2 and WEB/HTML Introduction Dr. Jason C. H. Chen Professor of MIS School of Business Administration.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
 Farahwahida Mohd  LRS 13 Level 2  Tel:  Websites: › ›
CIS 250 Advanced Computer Applications Internet/WWW Review.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Intro to HTML. History of the World Wide Web  A network is a structure linking computers together for the purpose of sharing information and services.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Introduction to … Internet. Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
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.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML
Chapter 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
The “Internet”.
Navigating The World Wide Web
Tutorial Developing a Basic Web Page
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Unit-3.
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web

A structure that links several points, called nodes allowing for the sharing of information and services Networks

A device such as a computer, printer, or scanner, capable of sending and receiving data electronically over the network. Nodes A computer server is also called a host.

A node that provides information or a service is called a server SERVER A print server is a network node that provides printing services PRINT SERVER

A file server provides storage space for saving and retrieving files FILE SERVER

A computer or device that requests services from a server is called a client. Thus a client-server network is a network design in which several clients access information provided by one or more servers CLIENT-SERVER NETWORK

A local area network or LAN is a network confined to a small geographic area, such as within a building or department. LAN

A wide area network or WAN covers a wider area such as several buildings or cities. WAN

A wide area network which started with two network nodes at UCLA and Stanford connected by a single phone line. Created by the United States Defense A dvanced R esearch P roject A gency ARPANET

A global system of computer networks that use the standard internet protocol suite (TCP/IP) to serve billions of users worldwide INTERNET

An address used to identify any device connected to the Internet Consists of four numbers separated by periods (also called a 'dotted-quad') and look something like IP ADDRESS

An interface that makes the Internet accessible to the general public. Timothy Berners-Lee, at CERN nuclear research facility in Switzerland, developed the idea of hypertext documents that enables scientists to easily navigate from one topic to another. They were able to locate and share data with minimal training and support. WORL WIDE WEB

A method of organization in which information is not presented linearly, but in whatever order is requested by the user. The key to hypertext is the use of links, which are the elements in a hypertext document that allow you to jump from one topic or document to another. HYPERTEXT

Each document on the World Wide Web is a Web page. Web pages are stored on Web servers, which are computers that make Web pages available to any device connected to the Internet. To view a Web page, the end user’s device needs a software program called a Web browser, which retrieves the page from the Web server and renders it on the user’s device. WEB PAGES AND WEB SERVERS

A Web page is a text file written in Hypertext Markup Language or HTML. A markup language is a language that describes the content and structure of a document. HTML

HTML is NOT a programming language. HTML is NOT a formatting language. Your Web browser determines how a Web page will look. HTML

The World Wide Web Consortium or W3C is a group of Web developers, programmers, and authors that created a set of standards or specifications that all browser manufacturers are to follow. The W3C has no enforcement power, but because a uniform language is in everyone’s best interest, the W3C’s recommendations are usually followed. WORLD WIDE WEB CONSORTIUM

An HTML converter is a program that translates text written in another language into HTML code. Converters free you from the task of typing HTML code; but converters create large and complicated HTML files rendering it more difficult to edit. HTML CONVERTER

An HTML editor is a program that helps you create an HTML file by inserting HTML codes for you as you work. Ex: DREAMWEAVER HTML EDITOR

Extensible Markup Language is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine- readable. Developers can create documents that obey specific rules for their content and structure XML