HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)

Slides:



Advertisements
Similar presentations
Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
Advertisements

4.01 How Web Pages Work.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Project 1 Introduction to HTML.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 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.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
1st Project Introduction to HTML.
1 Internet History Internet made up of thousands of networks worldwide No one in charge of Internet - No governing body Internet backbone owned by private.
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.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Web Programming : Building Internet Applications Chris Bates CSE :
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.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
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.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
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.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
4.01 How Web Pages Work.
The World Wide Web.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Introduction to HTML Section A – Programming, HTML
Chapter 1 Introduction to HTML
Chapter 1 Introduction to HTML.
11 October Building a Web Site.
Computers and Information Systems
Web Info for Project Presentations
Sec (4.3) The World Wide Web.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
CASE STUDY -HTML,URLs,HTTP
Introducing the World Wide Web
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Introduction to the Internet and Web
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Introduction to Web Application Design
Unit-3.
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol) by Henriette Yameogo

HTML

HTML: Definition HTML: Hyper Text Markup Language HTML is the fundamental language of the net and for creating web pages Hyper Text ability: linkage to webpages Markup Ability: tells the browser what to do

HTML: Origins When? Who? Why? 90’s Tim Berners-Lee (inventor of the Web) Why? Objective to create a common language for easier communication between computers

HTML: TAGS Some Basic HTML Tags <HTML> </HTML> Indicates the start and end of an HTML document. <HEAD> </HEAD> Indicates the start and end of a document's head <B> </B> Defines text as bold. <I> </I> Defines text as italicized.

No need for HTML: Editors Editors enable the user to create a page without dealing with tags and codes Popular editors: Netscape’s composer, Adobe’s PageMill, Allaire’s HomeSite and Microsoft’s FrontPage Different editors: Expensive/free For beginners/Expert WYSIWYG (What You See Is What You Get)

HTML: Features Widely recognized standard Simple language to learn (+Editors) Ability to instruct browsers to display Images, develop tables, etc Hyper Text ability links user to related web pages (for further information or details)

HTML: Limitations HTML simplicity reduces its capabilities: HTML is not extensible: no possibility to create own tags HTML need helpers to provide audio and video clips HTML instructions are interpreted differently according to browsers Many others: tracking linkages, special characters, ect

HTML: Future XML XML: Extensible Markup language for web documents Next generation of HTML Mean to escape HTML limitations XML: Extensible Markup language for web documents allows webpage builders to create their own customized tags theoretically improve the speed and quality of treatment

HTTP

HTTP: Definition HTTP: Hyper Text Transfer Protocol HTTP is part of the networking protocols (TCP/IP) HTTP is the common protocol used in the net to communicate between client/server via a browser Protocol: convention used for communication betweens 2 computers

HTTP: Features HTTP is standardized HTTP is designed to send any types of files (Text, Audio, Video and Graphics) HTTP is designed to be fast, simple and generic

Http:// www.isu.edu HTTP cont. URL: Indicates the browser to use Hyper Text Transfer protocol for ISU server access URL: Uniform Resource Locator Addressing system for Web documents

HTTP: Future HTTP 1.1: HTTP 1.1 HTTP’s Next Generation An upgrade of HTTP HTTP 1.1 eliminate net congestion Improve internet net infrastructure supporting user’s activities improve circulation of data

Summary: How Webpage works? HTML: Computer language (Code) used to create a Webpage HTTP: Protocol (standard) use to transfer information from the server to the browser HTTPS: More secure communication