HTML History CS 101.

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
Project 1 Introduction to HTML.
1 PROJECT Web-based Database Applications Lecture 1: Basic Internet Concepts & Databases - the History.
Hypertext Computer Science 01i Introduction to the Internet Neal Sample 6 February 2001.
The Internet 8th Edition Tutorial 1 Browser Basics.
Developing a Basic Web Page with HTML
1st Project Introduction to HTML.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
* The basic components of a web site are: * Content – information displayed or accepted from users * Static – content that doesn’t change for different.
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.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Computer Concepts 2014 Chapter 7 The Web and .
HTML History CS 101. HTML Stands for Hypertext Markup Language A “Markup Language” dates from the early days of publishing when editing was done manually.
TERMS TO KNOW. Desktop This does not mean a computer desktop vs. a laptop. You probably keep a number of commonly used items on your desk at home such.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
Tutorial 1: Browser Basics.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 1 1 Browser Basics Introduction to the Web and Web Browser Software Tutorial.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 1.
MODULE 3 Internet Basics © Paradigm Publishing, Inc.1.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
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.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
How to fix Netflix Signing In Issues? For More Details Visit Our Website
The World Wide Web.
CIS 141 Western Kentucky University
Tonga Institute of Higher Education IT 141: Information Systems
Web Browser presentation Name/ Hassan AL-Abdulmohsen
Marking the Most of the Web’s Resources
Web-based structures, links and testing
JavaScript and Ajax (Internet Background)
Introducing XHTML: Module A: Web Design Basics
Introducing XHTML: Module A: Web Design Basics
Chapter 1 Introduction to HTML.
HTML Part I.
CNIT 131 Internet Basics & Beginning HTML
Browsing and Searching the Web
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
A Brief History of the Internet
A Brief Introduction to the Internet
Tonga Institute of Higher Education IT 141: Information Systems
Web Page Concept and Design :
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
Tutorial Developing a Basic Web Page
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Tonga Institute of Higher Education IT 141: Information Systems
Internet.
Chapter 16 The World Wide Web.
All About the Internet.
Intro to html5.
WEB & HTML Background Info.
Website Testing EIT, Author Gay Robertson, 2018.
An Introduction to HTML Pages
Lesson 3 Web Browsers.
An Introduction to the Internet
Presentation transcript:

HTML History CS 101

HTML Stands for Hypertext Markup Language A “Markup Language” dates from the early days of publishing when editing was done manually An editor (a person!) would take a manuscript from an author that was to be printed, and put marks on the paper that told the printer (another person!) how the document should be arranged on the page

HTML (continued) The marks on the page indicated where pictures were to be inserted, where a new page should be started, margins, font sizes, etc. Generally the marks affected the appearance of the text, not the content See “Proofreaders’ marks” for examples

Hypertext Concept of different documents linked together had many roots As long ago as 1945, it was described in futuristic terms 1963, Ted Nelson coined the term hypertext “linked content” 1987 Apple released HyperCard for the Mac All these were before networks were prevalent, mostly concerned with documents on one machine

HTML (continued) In 1990 Tim Berners-Lee, a scientist at CERN (European center for nuclear research) wanted to help people share information on the early Internet Wanted it to be easy! Not just for computer scientists He imagined a graphical interface that would link documents together across a network

Sir Tim Berners-Lee

HTML philosophy Originally the idea was that HTML was “browser agnostic” or “platform agnostic” Was designed to work on any device or browser Decisions on how to display something was left as much as possible to the browser, which knew about the local machine = RAM, display and graphics, pointing devices, etc.

“Agnostic” So the HTML tags did not specify colors – some displays were monochrome Did not specify fonts – might not be installed on the machine Unfortunately this standard did not last Witness the difficulty of viewing many sites with smart phones/mobile devices with tiny screens and/or touch screens

Browser Wars Tim Berners-Lee wrote the first “Web browser” – not widespread Marc Andreessen wrote Mosaic, one of the first popular browsers Andreessen formed company and created the Netscape browser (1994) very popular Microsoft came out with Internet Explorer to compete with Netscape, free with Windows

Browser Wars (continued) Netscape was made open source and provided by Mozilla company, but eventually could not compete with Microsoft (died 1998) Mozilla created Firefox browser (as well as Thunderbird email client) Other browsers: Opera began as research project at Norwegian telecomm company in 1994 Chrome 2008 by Google, Safari by Apple 2003

Browser wars (continued) How do browsers compete? One way is by changing the way they interpret HTML so it is not quite following the standard If the browser gets enough market share, it can become a “defacto standard” Web developers will make sure their pages are compatible with the way that browser displays HTML pages

Phishing The term refers to fooling people into clicking links that they should not. The links lead to pages/forms that try to get information from you: name, passwords, addresses, bank account info Usually in order to steal your identity Watch your URLs! check before you click!

Cookies When e-commerce started, developers realized that pages had no “long-term memory”. If you picked some items from a catalog page, when you went to the next page, your choices were forgotten. They use a small file stored on YOUR machine to record things like this.

Cookies This file is called a cookie. It is a convenience – you don’t have to log in, it remembers your location for your forecast, etc. But unscrupulous companies can ask for permission to access their cookie left on your machine, but then read ALL the cookies! They are looking for useful info like accounts and credit card numbers! Every browser has a way to turn cookies off, or to ask before allowing a cookie. Think about it!

References http://www.webwritingthatworks.com/ERantCONTENT02.htm Nice short description of Markup, HTML and XML http://www.livinginternet.com/ Detailed history about the Internet http://www.w3schools.com/html/default.asp The best tutorials for learning HTML