Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,

Slides:



Advertisements
Similar presentations
1. XP 2 * The Web is a collection of files that reside on computers, called Web servers. * Web servers are connected to each other through the Internet.
Advertisements

1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Introduction to HTML, XHTML, and CSS
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
Web Page Concept and Design :
The Internet and the World Wide Web. Una DooneySlide 2Internet and WWW What is the Internet? This is the physical infrastructure or backbone of computers,
The internet. Background Created in 1969, connected computers at UCLA, Stanford Research Institute, U. of Utah, and UC at Santa Barbara With an estimated.
Basic HTML Workshop LIS Web Team Spring 2007.
The World Wide Web. 2 The Web is an infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that.
The Internet–Illustrated Introductory, Fourth Edition
Dr. Alexandra I. Cristea XHTML.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
® Microsoft Office 2010 Browser and Basics.
WeB application development
Website Design.
4.01 How Web Pages Work.
V Summer workshop in Guildford County, July, 2014.
Project 1 Introduction to HTML.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Developing a Basic Web Page with HTML
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
1st Project Introduction to HTML.
Chapter 14 Introduction to HTML
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
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.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 1 Introduction to HTML, XHTML, and CSS
Computer Concepts 2014 Chapter 7 The Web and .
Connecting one computer to another computer creates a network.
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Lesson 2 — The Internet and the World Wide Web
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
The INTERNET A worldwide network of computers linked together. Web Pages, , Instant Messaging, Xbox Live, iTunes downloads, etc. are all part of.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
Communication, Networks, The internet and the Worldwide Web.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
What is the Internet? A world-wide computer network made up of tens of thousands of smaller networks. It’s the biggest network of all! So, what is a network?
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
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. The Internet and Systems that Use It Internet –A group of computer networks that encircle the entire globe –Began in 1969 Protocol –Language.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
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.
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.
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to Web Application Design
An Introduction to HTML Pages
4.01 How Web Pages Work.
Presentation transcript:

Getting Familiar with Web Pages 1

2

The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments, and individuals to communicate in a variety of ways. 3

Types of Connections Dial-Up Inexpensive but slow Involves a modem and a phone line DSL (Digital Subscriber Line) Faster Cable modem, satellite, and fiber-optic access Wireless transmitters Internet service providers (ISPs) Companies that help you connect to Internet 4

Connection Speeds Dial-Up Slowest access to Internet Up to 56 kilobits per second, or Kbps DSL 3 megabits per second, or Mbps Cable Modems Up to 30 Mbps A web page that takes about 20 seconds to download via dial-up can take less than a second using a cable modem. 5

Communication Standards Internet relies on protocols or rules that dictate how computers and networks talk to each other. Transmission Control Protocol/Internet Protocol (TCP/IP) Rules that control how Internet messages flow between computers Hypertext Transfer Protocol, (HTTP) Rules that determine how browsers should request Web pages ad how server computers should deliver them 6

World Wide Web Giant collection of documents, or pages, stored on computers around the globe. Called the Web Web pages are stored on servers Internet-connected computers running software that allows them to serve up information to other computers. 7

URLs and Links Every page on the Web has a unique address Called a URL Uniform Resource Locator Hyperlinks or links Clickable words or images on Web pages. Every link is associated with a URL Makes is easier to jump from one Web page to another 8

Browsers Web browser-Software that allows you to view and interact with Web pages Most popular Microsoft Internet Explorer Mozilla Firefox Apple Safari Each browser may display your pages slightly differently depending on the version 9

Getting Familiar with Web Pages 10

HTML Build Web Pages using HTML Hypertext Markup Language Made up of text content and special codes known as tags Tags tell Web browsers how to display content HTML Platform independent You can view Web pages on any computer operating system Windows Mac Linux 11

HTML Tags HTML is made up of text combined with special instructions called tags. Tags tell a browser how to organize and present text, images, and other Web page content. Tags are surrounded by brackets, Written using an opening tag and a closing tag that surround content Can use upper or lower case letters 12

Rendering HTML When a browser displays a Web page it retrieves the HTML file for that page from a server Looks at the HTML tags to see how the content should be formatted Shows the page 13

HTML Standards The World Wide Web Consortium W3C Primary group guiding the evolution of the HTML language. W3C is made up of hundreds of companies and organizations; leaders in industry include: Microsoft Apple Google Set guidelines to web developers 14

HTML Versions Most recent version of HTML is 4.01 Includes more than 90 different HTML tags Very important because it allows developers to apply more precise formatting to Web pages. Next generation/version of HTML right now the W3C is developing HTML

XHTML Extensible Hypertext Markup Language Web pages that conforms to the stricter standards of XML or Extensible Markup Language. Uses many of the same tags as HTML, but has more rules. Most modern browsers can read both HTML and XHTML. We are only going to learn HTML!! 16

Getting Familiar with Web Pages 17

Explore Web Browsers Software that can retrieve HTML documents from the Web, go through the HTML instructions, and display the resulting Web pages. You can also use the Web browser to test your work. 18

FINDING A BROWSER Most computer operating systems come with a Web browser already installed. Microsoft Vista computers Internet Explorer browser Apple Mac computers Safari browser Another increasingly popular browser is Mozilla Firefox. Many web browsers interpret HTML essentially the same way, but have to write HTML code and test pages carefully. 19

Getting Familiar with Web Pages 20

Simple Text Editors Simple text editors or plain-test editors are easy to find Microsoft windows Notepad Apple Mac TextEdit Wikipedia has a list of free and commercial text editors at 21

HTML Editors Adobe Dreamweaver and Microsoft Expression Programs for writing HTML code and managing Web pages. 22

Understanding HTML Syntax Writing HTML Tags determine how page content is organized and formatted. Tags consist of words or abbreviations surrounded by angle brackets,. This code creates a paragraph in your page. Hello, world! Tags can be written using upper or lowercase letters. All of these versions are legal As a class, we are going to type tag names in uppercase to tell it apart from other code. 23

Tag Structure Certain HTML tags identify different part of your HTML document and tags surround the main body content that appears in the browser window and tags surround accessory information that does not appear directly in the browser window. Some tags have opening and closing and some stand alone. All closing tags must always include a slash (/) before the tag name 24