HTML, XHTML, and the World Wide Web

Slides:



Advertisements
Similar presentations
Introduction to HTML, XHTML, and CSS
Advertisements

4.01 How Web Pages Work.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
Project 1 Introduction to HTML.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
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.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 1 of…
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
1st Project Introduction to HTML.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
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.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
Chapter 1 Introduction to HTML, XHTML, and CSS
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.
1 HTML/XHTML Objectives Explain what HTML is and how Web pages use HTML Explain what HTML is and how Web pages use HTML Demonstrate how to create Web pages.
August Chapter 1 - Introduction Learning XML by Erik T. Ray Slides were developed by Jack Davis College of Information Science and Technology Radford.
What Is the Internet? The Internet is a worldwide collection of computer networks that links together millions of computers used by businesses, the government,
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
WHAT IS A WEBSITE AND HOW TO GET YOUR BUSINESS ONLINE Anna Gabali – 30/07/ MKLC.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Web Programming : Building Internet Applications Chris Bates CSE :
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.
HTML ~ Web Design.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Started Getting started with HTML Authoring Authoring on the Web.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
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 New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
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)
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
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.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
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
Introduction to the Web
Chapter 1 Introduction to HTML.
Chapter 2 Client/Server Applications
Project 1 Introduction to HTML.
Introduction to XHTML.
Chapter 1 HTML, XHTML, and the World Wide Web
Chapter 1 HTML, XHTML, and the World Wide Web
1 Introduction to the Internet.
E-Business Tenth Edition
Chapter 1 HTML, XHTML, and the World Wide Web
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Basics Intro.
Introduction to World Wide Web
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

HTML, XHTML, and the World Wide Web

Network Network is a system that transmits any combination of voice, video and/or data between users. Client/server network is a network with a file server. A file server acts as the central storage location. A network without a file server is a peer-to-peer network. All of the computers are equal.

The Internet Internet is a world wide collection of computer networks Intranet is a private network, usually unconnected to outside institutional boundaries and restricted access. Extranet is a restricted access network but use the internet to provide service to members In the beginning HTML and the Web browser

Talking the Internet Talk Internet Protocols are the rules that establish the transfer of data between sender and receiver. Client, Server, and Browsers The flow of the information Standards organizations W3C (World Wide Web Consortium) Internet Engineering Task Force

HTML & XHTML: What they are Document-layout and hyperlink specification HTML was based on SGML (Standard Generalized Markup Language) XML is a separate markup language based on SGML HTML is not compliant with XML XHTML is an offspring of HTML that is compliant with XML

HTML and XHTML: What they aren’t Not word processing tools or programming language Purpose: Defines structure & appearance Content versus Appearance

Standards and Extensions HTML standards define the basic syntax and semantics of HTML Browsers use the standards to build their software Web Designers use the standards to make sure they are writing effective and correct documents Nonstandard Extension Extensions: Pro and Con

Tools for the Web Designer Essentials – Simple editor, and browser Word Processor or WYSIWYG editor (What you see is what you get) Browser Software