The Internet Has Grown 1971 > Google. 1971 1980.

Slides:



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

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML. The World Wide Web Protocols Addresses HTML.
An Introduction Timmy Kokke | UNIT4 Internet Solutions | Expression Blend MVP / Webguy.
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.
1 HTML Documents and JavaScript Tom Horton Alfred C. Weaver CS453 Electronic Commerce.
HTML / CSS – Basics Why the heck are we doing this?
 A markup language  Structures content on the internet  Commonly used by web browsers.
Tim Berners-Lee authors HTML in 1991, assisted by his colleagues at CERN,
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into.
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.
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.
Chapter 12 Creating and Using XML Documents HTML5 AND CSS Seventh Edition.
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
G51WPS Web Programming and Scripting Boriana Koleva Room: C54 Phone:
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Creating a Basic Web Page
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
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.
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
CA Professional Web Site Development Class 2: Anatomy of a Web Site and Web Page & Intro to HTML.
April 20023CSG11 Electronic Commerce HTML John Wordsworth Department of Computer Science The University of Reading Room 129, Ext.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
1 Web Application Programming Presented by: Mehwish Shafiq.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
Jennifer Widom XML Data Introduction, Well-formed XML.
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.
XML Extensible Markup Language. Introduction to XML Text based format As JSON it’s mainly intended for data interchange (transport & store) Also widely.
CODING & HTML.  What is Coding?  What is HTML?  How do I write code?  Why is it necessary?  HTML Syntax.
HTML 5 The Future of Web Development. What is HTML5? “HTML5 is a specification of how the web’s core language, HTML, should be formatted and utilized.
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
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
AJAX and REST. Slide 2 What is AJAX? It’s an acronym for Asynchronous JavaScript and XML Although requests need not be asynchronous It’s not really a.
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
HTML+ CSS PRINCIPLES Getting started with web design the right way.
HTML CONTENT ELEMENTS THE BULK AND MEAT OF THE PAGES THAT YOU’LL CREATE. YOU’LL LEARN TO RELY ON THESE BABIES FOR ALL THE WEB PROGRAMMING YOU DO.
The HTML Tag Quiz. Instructions You will see a tag. You must decide which (if any) versions of HTML include this tag: HTML 0.a Tim Berners-Lee’s original.
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 Technologies HTML Dr. Mohammad Ahmad S15. Technologies Overview List of Technologies Client Side Technologies HTML, CSS, JavaScript, VBScript XHTML,
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?
Introduction to Dynamic Web Programming
AJAX and REST.
Lecture 8. HTML. Author: Aleksey Semyonov
العدد تذكيره وتأنيثه مقدمة
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Intro to Virtual and Web Mapping
Introduction to Internet Programming
XML Data Introduction, Well-formed XML.
The Internet Has Grown 1971 > Google.
HTML HYPERTEXT MARKUP LANGUAGE.
Mozafar Bag-Mohammadi
Secure Web Programming
What is HTML?.
HTML What is Html? HTML stands for Hypertext Markup Language.
Introduction to World Wide Web
ხელმძღვანელი: დიმიტრი ქარაული
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: A sample HTML instance An Example of Structure Here's a typical paragraph. Item one has an anchor Here's item two.

Current Standards HTML 4 CSS 2.1 Javascript PHPPHP or ASP/.Net MySQL Flash Streaming Video (codecs FLV, WindowMedia, Real…) AJAX - Gmail / Flikr

MySQL

SQL - Structured Query Language QUERY STRING DEMOS: Basic PHP Google Equipment Checkout System