The World Wide Web 1 Course Structure Unit 1. The World Wide Web 1.1 Using the Web 1.2 What's in the Web 1.3 Writing Web Pages.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
World Wide Web1 Applications World Wide Web. 2 Introduction What is hypertext model? Use of hypertext in World Wide Web (WWW) – HTML. WWW client-server.
HTML Introduction HTML
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Just Enough HTML How to Create Basic HTML Documents.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
1 Lecture 12 Lecture 12 Basic HTML ITEC 1000 “Introduction to Information Technology”
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
The Internet and World Wide Web Sullivan University Library.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
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 is a markup.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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)
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 CSC160 Introduction to HTML. 2 What Is a Computer?  A computer is a programmable machine that can store data, interacts with users and devices, and.
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introduction to XHTML.
WEBSITE DESIGN Chp 1
Chapter 27 WWW and HTTP.
Computers and Scientific Thinking David Reed, Creighton University
Chapter 16 The World Wide Web.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

The World Wide Web 1 Course Structure Unit 1. The World Wide Web 1.1 Using the Web 1.2 What's in the Web 1.3 Writing Web Pages

The World Wide Web 2 What is Internet? Internet is a computer network that connects millions of computers across a number of countries World Wide Web refers to that portion of the computers on the Internet that can communicate with each other using a computer-network protocol called HTTP ISP (Internet Services Provider) is a company that provides access to the Internet

The World Wide Web 3 Client and Server In a client-server setup, a client application ( e.g. use browser to view Web pages ) requests information from a server application (e.g. a Web page you wish to view) A Web site exists on a computer (a server) that has a Web address

The World Wide Web 4 URL A Web address is also known as a URL (Uniform Resource Locator) A URL specifies the location of a Web site (or of a page within the site), and a URL usually begins with an element that identifies the communication protocol to be used to access the file the URL identifies In URLs, a protocol identifier is followed by a colon (":"), a pair of slashes ("//"), and then the name of the server, such as

The World Wide Web 5 Communication Protocol A communication protocol is a generally agreed upon set of standards and rules that machines follow when they communicate with each other. The most common protocol identifier found in URLs is http (HyperText Transfer Protocol) Other protocol identifiers are file and ftp, etc.

The World Wide Web 6 Search Engine A search engine is a program that allows one to search for keywords in files at one or more Internet sites. Users can search the Web efficiently for documents and pages containing specific words or phrases, & the results of such a search is a list of Web pages the engine has found (referred to as "hits"), arranged in order of decreasing relevance How to Search? => section 1.1.4

The World Wide Web 7 Types of Search Sites Sites that feature a search engine : it maintains indexes or databases of the addresses (updated regularly and automatically) of virtually all of the pages and documents on the Web Sites that feature a Web directory : is a Web directory similar to a telephone directory, in that it organizes information available on the Web into different categories & subcategories Popular search engines include Yahoo, Lycos, Excite, and Altavista

The World Wide Web 8 Commerce on the Web Internet Services Providers (ISPs) Advertising Commercial Transactions

The World Wide Web 9 Hypertext Hypertext is a non-sequential information, consisting of linked pieces of text or other media joined together by a network. The hypertext reader navigates through the network of information through a nonlinear path, choosing when to follow a link

The World Wide Web 10 HTML It stands for HyperText Markup Language Web browsers allow us to view Web pages, “written” in HTML (a formatting language) HTML consists of special formatting notation, called tags, that tell the browser how to display a Web page’s content Files contain.html or.htm extension

The World Wide Web 11 Tags in HTML Each tag is enclosed inside a pair of angle brackets (“ ”) Some (but not all) tags come in beginning and ending pairs that follow the syntax and

The World Wide Web 12 The Main Components My First Web Page

The World Wide Web 13 Physical style tags It tells browsers to use certain font styles Bold Italics Monospace(fixed width) Underline Subscript Superscript

The World Wide Web 14 Example of Physical style tags … This is bold This is underlined This is Subscript see example

The World Wide Web 15 Logical Style tags It allows browsers to decide how to display the text Emphasized text /STRONG>Strongly emphasized text Text in citation /SAMP> Text in a computer screen output sample

The World Wide Web 16 Example of Logical Style tags … This is strongly emphasized text see example

The World Wide Web 17 Size and Color tags To set the background color : or To set the font color : or To set the font size, range from 1 (smallest) to 7 (largest) : see example the RGB (Red, Green, Blue) value : RRGGBB

The World Wide Web 18 Named Color Color nameRGB valueColor nameRGB value aqua#00FFFFnavy# black#000000olive# blue#0000FFpurple# fuschia#FF00FFred#FF0000 gray#808080silver#C0C0C0 green#008000teal# lime#00FF00white#FFFFFF maroon#800000yellow#FFFF00

The World Wide Web 19 Background Image To set the background images : see example file name of the image

The World Wide Web 20 Headings & Preformatted Text Seven levels of heading tags, range from 1 (largest) to 7 (smallest) This is Heading 1 text You can make browsers use the formatting you designate by using the PRE (preformatted) tag : …… see example

The World Wide Web 21 Horizontal Lines Create horizontal lines using the tag The appearance can be adjusted by SIZE, WIDTH and ALIGN WIDTH can be a number (in pixels) or a percentage (the width relative to the page) An extra attribute – NOSHADE – indicate a plain line with no shade see example

The World Wide Web 22 Lists Two kinds of Lists : ordered lists (or numbered) and unordered lists Ordered Lists : Item 1 Item 2 Item 3 Unordered Lists : Item 1 Item 2 Item 3 see example

The World Wide Web 23 Paths Paths are the addresses of the locations of a computer or the address of a document or file we want to include in our Web page A Uniform Resource Locator (URL) gives the location of a file on the WWW and also identifies the Internet services, such as FTP or the WWW, that will handle the file ProtocolNetwork LocationPathFile Name

The World Wide Web 24 Example of Paths name of Web Server with the last segment adhere to the DNS (Domain Name System), e.g..com,.edu,.gov,.net,.org products the directory hierarchy from the server level to the directory in which the file is located product1.html the actual file or document to be retrieved

The World Wide Web 25 Absolute & Relative Paths Absolute path : is one where the complete path is specified use whenever the file you want to access is not in a local subdirectory Relative path : specifies a location that is relative to the current location of the file containing the link Use whenever the file you want to access is in the same directory as the file containing the link

The World Wide Web 26 Links in HTML Use the anchor tags ( ) to create link in HTML Example of Relative Path : Freshman Advisor Example of Absolute Path : Carnegie Technology Education see example

The World Wide Web 27 Internal Links To create links to other places in the same page : Section of Jim's Office …… Click to Jim’s Office. see example

The World Wide Web 28 Embedding image Use the IMG (Image) tag to embed image to the HTML page Extra attributes : HEIGHT, WIDTH and ALT (is used to provide alternative text for browsers that don’t support images, or for people who have image loading turned off) * You can provide a relative or an absolute path for the image to be embedded see example

The World Wide Web 29 Tables in HTML Tables can be used to display tabular data column 1 name column 2 name row1, col1 data row1, col2 data row2, col1 data row2, col2 data row3, col1 data row3, col2 data : table row, : table header, : table data see example

The World Wide Web 30 Tables in HTML Some other attributes to be used in table : etc. see example

The World Wide Web 31 Images in Internet GIFJPEGPNG Color Depth8-bits24-bits8-bits, 24-bits or 32-bits CompressionLosslessLossyLossless Support transparency YNY Support animation YNN

The World Wide Web 32 CityU’s personal web server The University Personal Web Server ( is intended to let all staffs and students of CityU to put up their own personal Web pageshttp://personal.cityu.edu.hk/ In order to use this service, you should have a valid UNIX account in the Computing Services Centre Detailed User Guide :

The World Wide Web 33 Web page creation process Evaluate the Web page (correctness and appearance) Implement the Web page by writing it incrementally in small steps Plan the look of the page and the links neededDefine the Web page content