The Internet Has Grown 1971 > Google.

Slides:



Advertisements
Similar presentations
HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
Advertisements

HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML. The World Wide Web Protocols Addresses HTML.
Lesson 1 Quick HTML Know-How. A little HTML History In 1990 Tim Berners-Lee invented: World Wide Web HTML (hypertext markup language) HTTP (HyperText.
HTML / CSS – Basics Why the heck are we doing this?
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
The Internet Has Grown 1971 > Google
HTML Presented by: Ondřej Procházka Course: Distributed Data Processing Mentor: Rafał Michalski.
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Basics of HTML.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Key question  What are the three standardized core languages used to implement web pages? Write the full name not the abbreviation and describe the “layer”
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
HTML Structure & syntax
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML Hyper-Text Markup Language or tags. HTML is a “tag” language Open and close tags Tags identified with angle brackets Basic format content (shorthand.
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic.
April 20023CSG11 Electronic Commerce HTML John Wordsworth Department of Computer Science The University of Reading Room 129, Ext.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
HTML.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
ALBERT WAVERING BOBBY SENG. Welcome  Introductions  Existing knowledge?  Laptops?  Course goals  Introduction to several topics  Encourage creativity.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
HTML and the DOM. What is HTML? Hypertext Interconnected documents Markup Our code goes around our documents Language Yes, it’s programming.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
HTML+ CSS PRINCIPLES Getting started with web design the right way.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Web Basics: HTML/CSS/JavaScript What are they?
Internet Exploration: HTML Basics
Lecturer (Dept. of Computer Science)
HTML & teh internets.
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Lecture 8. HTML. Author: Aleksey Semyonov
Basic HTML/xHTML.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Internet Exploration: HTML Basics
High Points CSCI 1710 Spring 2016.
Introduction to HTML 5.
Internet Programming.
العدد تذكيره وتأنيثه مقدمة
High Points CSCI 1710 Fall 2017.
XML Data Introduction, Well-formed XML.
HTML HYPERTEXT MARKUP LANGUAGE.
Intro to Web Development Links
Mozafar Bag-Mohammadi
Secure Web Programming
What is HTML?.
Introduction to HTML 5.
HTML What is Html? HTML stands for Hypertext Markup Language.
Computer communications
Introduction to World Wide Web
WEB & HTML Background Info.
ხელმძღვანელი: დიმიტრი ქარაული
The Most Basic HTML Page
HTML Basics Mr. Fazzalari.
WJEC GCSE Computer Science
Web Programming and Design
High Points CSCI 1210.
Presentation transcript:

The Internet Has Grown 1971 > Google

1971

1980

1984

1999

2001

Hypertext Markup Language (HTML) Tim Berners-Lee, CERN Internet Draft Daniel Connolly, Atrium IIIR Working Group June 1993 The instance represents a hierarchy of elements. Each element has a name , some attributes , and some content. Most elements are represented in the document as a start tag, which gives the name and attributes, followed by the content, followed by the end tag. For example: <HTML> <TITLE> A sample HTML instance </TITLE> <H1> An Example of Structure </H1> Here's a typical paragraph. <P> <UL> <LI> Item one has an <A NAME="anchor"> anchor </A> Here's item two. </UL> </HTML> http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt

Some later developments in standards HTML 4 CSS 2.1 Javascript PHP or ASP/.Net MySQL Flash Streaming Video (codecs FLV, WindowMedia, Real…) AJAX - Gmail / Flikr