(or how to build a webpage)

Slides:



Advertisements
Similar presentations
Imagining the Future. WORLD WIDE WEB Tim Berners-Lee invented the World Wide Web.World Wide Web A graduate of Oxford University, England, in 1989, Tim.
Advertisements

4.01 How Web Pages Work.
HTML Codes 5/9/11 What is it? HTML stands for hyper text markup language, which is the building blocks for WebPages. The first publicly announced HTML.
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.
HTTP: the hypertext transfer protocol
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.
Internet basics, Browsers, application, advantages and disadvantages, architecture, WWW, URL, HTML Week 10 Mr. Mohammed Rahmath.
Internet Basics مهندس / محمد العنزي
Transfer of data in ICT systems This section covers: Elements of a network Characteristics of a network Communication of data and use of communication.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
 The internet is the hardware that creates the massive worldwide network. Computers, cables, telephone wires, high-speed communication lines. The internet.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
INTERNET. BROADBAND The amount of information a connection is capable of carrying. Measured in bits per second.
HTML 1 Joseph Cox HTML Hints and tips For IGCSE and Level 2 students.
1 An Overview of Telecommunications Telecommunications: the electronic transmission of signals for communications Telecommunications medium: anything that.
Chapter 3.  The characteristics and purpose of: ◦ Intranets ◦ Internet ◦ Extranets.
Slide 3-1 Chapter 3 Terms Electronic Commerce and Internet Technologies Introduction to Information Systems Judith C. Simon.
World Wide Web.
CS 101 Sect 6 – the World Wide Web Introduction: history and essential standards of the World Wide Web. How the Web works: servers and browsers. Web building.
I NTERNET BASICS, B ROWSERS, APPLICATION, ADVANTAGES AND DISADVANTAGES, ARCHITECTURE, WWW, URL, HTML Week 10 Mr. Mohammed Rahmath.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
Internet Literacy for Educators Course : ED 526 Sarah Jean Strunk.
Introduction to HTML Unit 3: E-business.
WEB BASICS: WHAT IS THE WEB? The Non-Designer’s Design Book by Robin Williams.
3.01 Networks-Travel Back in Time Unit 3 Internet Basics.
THE INTERNET IP  The Internet Protocol (IP) is the principal communications protocol used for relaying datagrams (packets) across an internetwork using.
(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Internet  ’60 = an invention of the US army  Universities and libraries also start to use this communication tool  Protocol + physical network=> backbone.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
 World wide web is a set of protocols that allows you to access any document on the net through the naming system based on URLs. www also specifies the.
A BRIEF HISTORY OF THE INTERNET, WEB, AND HTML. Internet vs. World Wide Web What is The Internet? The Internet is a massive network of networks, a networking.
4.01 How Web Pages Work.
CIS 141 Western Kentucky University
Tonga Institute of Higher Education IT 141: Information Systems
EQ: WHAT IS THE BASIC STRUCTURE OF WEBSITES? (HTML/CSS UNIT)
Lecturer (Dept. of Computer Science)
Exploring Microsoft Word 2000
E-commerce | WWW World Wide Web - Concepts
HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)
Lecture 8. HTML. Author: Aleksey Semyonov
E-commerce | WWW World Wide Web - Concepts
Understanding the internet
HTTP: the hypertext transfer protocol
CIS 5.2, Spring 2010 Word and the WWW
Internet Fundamentals and Background
IT-Seminar /2018 Competency 10 – Web Development
Lecture 1: Facts of network technologies developments
Computer Network Definition
1 Introduction to the Internet.
Digital Planet: Tomorrow’s Technology and You
Tonga Institute of Higher Education IT 141: Information Systems
The Internet An Overview.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
HTML language © EIT, Author Gay Robertson, 2018.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Tonga Institute of Higher Education IT 141: Information Systems
What is HTML?.
All About the Internet.
HTML What is Html? HTML stands for Hypertext Markup Language.
Welcome to Cyberspace The Internet - World Wide Web
HISTORY OF THE INTERNET
WEB & HTML Background Info.
4.01 How Web Pages Work.
Internet and the world wide web (www)
Internet, the Web, and E-commerce
Lecture 1: Facts of network technologies developments
Lecture 1: Facts of network technologies developments
Presentation transcript:

(or how to build a webpage) Introduction to HTML (or how to build a webpage)

What we will do tonight A few definitions A little history A demonstration Build Web pages! Get some handouts so we can make better Web pages.

HTML Hyper Text Markup Language

Markup vs. Programming Languages Markup languages control how data will appear (text, images) Programming languages specify commands to perform certain actions (add, subtract, get data, etc)

Who invented the Internet? U.S. Department of Defense - 1969

1973 – Invention of TCP/IP protocol. Vint Cerf Bob Kahn TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet. It can also be used as a communications protocol in a private network (either an intranet or an extranet).

1989 – My first home computer

Compuserve screen shot – circa 1989

The World Wide Web is Invented Tim Berners-Lee creates HTML and publishes first Web page in 1991

The First Web Page – Created by Tim Berners-Lee in 1991 Still available at: http://info.cern.ch/hypertext/WWW/TheProject.html

To Reveal HTML Source Code, Press Ctrl + U

The One-Minute Webpage