Lesson 1: HTML and the Web Instructor: Mrs. KIM Lang.

Slides:



Advertisements
Similar presentations
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Advertisements

Project 1 Introduction to HTML.
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
Tutorial 1 Developing a Basic Web Page
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Chapter 14 Introduction to HTML
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
ECA 228 Internet/Intranet Design I Intro to the Web.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
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.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Design Basic Concepts.
CSCI 323 – Web Development Chapter 1 - Setting the Scene We’re going to move through the first few chapters pretty quick since they are a review for most.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 1 Introduction to HTML, XHTML, and CSS
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
CNIT 132 Intermediate HTML and CSS Course Overview.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
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.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
1 Welcome to CSC 301 Web Programming Charles Frank.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
CHAPTER 1 Internet & World Wide Web. Topics A Brief Introduction to the Internet The World Wide Web Web Browsers Web Servers Uniform Resource Locator.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 1.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
HOW THE WEB WORKS Reference: Learning Web Design (4 th edition) by Robbins 2012 – Chapter 2 (pp. 21 – 32)
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
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 the World Wide Web & Internet CIS 101.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Website Design and Construction Services and Standards.
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.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
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.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Web Programming Language
4.01 How Web Pages Work.
Web Site Development and Macromedia Dreamweaver 8
CISC103 Web Development Basics: Web site:
JavaScript and Ajax (Internet Background)
Chapter 1 Introduction to HTML.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Warm Handshake with Websites, Servers and Web Servers:
Project 1 Introduction to HTML.
CISC103 Web Development Basics: Web site:
Web Page Concept and Design :
Introduction to World Wide Web
Web Application Development Using PHP
Presentation transcript:

Lesson 1: HTML and the Web Instructor: Mrs. KIM Lang

  HTML Language of the web  History of the web and HTML  Technical terms used in the web Objectives

  HTML, the language of the web  HTML and companion technologies  Web browsers and servers  Hypertext content and online media  A bit of web history  Web terminology  HTML 5 and web standards  Do We all have to learn HTML 5 now? Contents

  Hypertext markup language (HTML) is a language used to design Web pages.  HTML is not a programming language like C, Perl, or Ruby, HTML is a semantic language for marking up text.  The markup provides a description of the content that Web browsers use to construct the corresponding web page.  Links are defined in HTML. It is very powerful, information can be easily located and linked with related content, creating frictionless connectivity. HTML, LANGUAGE OF THE WEB

  HTML alone is not enough, Cascading Style Sheets (CSS) can be mixed into the HTML to create more attractive website.  HTML describes the page's content elements, and CSS tells the browser how they should look (or sound.)  JavaScript, a programming language that runs inside a browser and manipulates HTML page elements in response to user actions and other events. HTML COMPANION TECHNOLOGIES

 HTML (Semantic) CSS (Presentation) Scripting (Behavior) HTML COMPANION TECHNOLOGIES

 Webpage Title The Most Minimized HTML Structure

 Webpage Title h1 { text-align: center; } Hello World Wide Web Welcome to the f i r s t of many webpages. I promise they will get more i n t e r e s t i n g than t h i s. HTML Structure With Style

  Bellow is version of HTML VERSIONS OF HTML

  The Web has client/server architecture:  Server: Web Server  Client: user agent (web browser)  A single Web Server can:  host hundreds of different websites,  manage many different types of content,  read/write information from/to databases,  and speak multiple languages  it keeps track of each request you make, and it logs whether it was able to comply with the request  Knows IP address and type of browser of the requesting computer. WEB BROWSERS AND SERVERS

  Function of Web Browser:  Send request to web server for requesting web content  Receive the content in HTML format and render to user.  There are many types of browser, below are popular browsers:  Apple Safari ( for Mac and Windows  Google Chrome ( for Windows  Mozilla Firefox ( for Mac, Windows, and Linux  Microsoft Internet Explorer ( for Windows  Opera ( for Mac, Windows, and Linux/UNIX WEB BROWSERS AND SERVERS

 VERSION OF INTERNET EXPLORER  Version 1.0 (Window 95)  Version 2.0  Version 3.0 (Windows 95 OSR2)  Version 4.0 (Windows 98)  Version 5.0 (Windows 98 SE, Windows 2000, Windows NT 4.0)  Version 5.5 (Windows Me)  Version 6.0 (Windows XP)  Version 7.0 (Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008)  Version 8.0 (Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008 R2, Windows 7)  Version 9.0  Version 10 ( Windows 8)

 VERSIONS OF MOZILLA FIREFOX

 EARLY HISTORY  Concept of the Web was introduced by Tim Berners-Lee at CERN since  The early Web was text only—without images or colors—and browsers worked in line mode.  Mosaic is the first graphical browser, created by a group of graduate student in University of Illinois National Center for Supercomputing Applications (NCSA)  Mosaic was rewritten and became Internet Explorer  Inventor of Mosaic built Netscape Navigator, and this gave birth to Mozilla Firefox later on.  Then, browser competition war had started till 2001

 WEB TERMINOLOGIES  HTTP : HyperText Transport Protocol  protocol (set of rules) used to access data on the WWW.  uses one TCP connection on well-known port 80.  two types of http messages: Request, Response  transfer data in the form of plain text, hypertext, audio, video, and so on.

  URL = Uniform Resource Locator or URI = Uniform Resource Identifier  A unique address of a file or document available on the Web. Ex:  Domain name:  The specific address of a computer on the Internet in text form Ex: microsoft.com  Internet protocol (IP) address:  The specific address of a computer on the Internet in numeric form Ex: WEB TERMINOLOGIES

  HTML : HyperText Markup Language  A convention of codes used to access documents over the World-Wide Web. Without HTML codes, a document would be unreadable by a Web browser.  The Language of the World Wide Web  CSS (Cascading Style Sheets):  The language for describing how HTML document present to user  JavaScript  Client side language to manipulate HTML page element according to user actions or events

  CGI (Common Gateway Interface)  A protocol for dynamically generating web pages in response to a get request or form submission  AJAX (Asynchronous JavaScript and XML)  Set of techniques used to create web pages with elements that can be independently updated with new content in response to a user's mouse click or some other event without having to reload the entire page.  XML (extensible Markup Language)  A general language used to create specific languages such as HTML. It provides a basic structure and set of rules to which any markup language must appear. WEB TERMINOLOGIES

  CMS (Content Management System)  An application program or a package of software tools that facilitates the creation of web pages and automates their maintenance using a Web-based interface for authoring, editing, and administration.  Flash (Adobe Flash, formerly Macromedia Flash)  A popular multimedia platform for adding animation and interactivity to web pages.  PHP (PHP Hypertext Preprocessor)  a server-side technology for dynamically generating websites. It is powerful and easy to write but often difficult to read. WEB TERMINOLOGIES

  FTP (File Transfer Protocol)  An Internet protocol for transferring files from one computer to another. Web browsers and page editors also use FTP to upload and download files.  Ex: FileZilla  j Query (JavaScript Query Language)  A library of JavaScript functions (often called a framework) that simplifies the development of dynamic, interactive web pages.  DOM (Document Object Model)  A dictionary and grammar for interpreting HTML. A DOM describes HTML elements and their attributes and properties and how they are used to create web pages. WEB TERMINOLOGIES

  What is Web Standards?  the standards of practice to create web pages that display well on all devices and that are pleasing to everyone and everything that reads them.  HTML 5 is the next generation of HTML language. Enhancement on existing feature and new features were introduced in HTML5.  Technically, HTML 5 is not been standardized yet. W3C is working on draft of that. However, browser manufacturers are already adopting HTML5 features. HTML5 AND WEB STANDARD

  No, new versions of the HTML specification do not make older versions obsolete.  If you already know some HTML, it is not a matter of learning a new language or dialect, but simply incorporating new elements into your HTML vocabulary.  You may update you webpage created several years ago with purpose of having up to date content and design but not for technical reason. Do W E ALL HAVE TO LEARN H T M L 5 Now?

 The End