CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713) 313-7028

Slides:



Advertisements
Similar presentations
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
Advertisements

4.01 How Web Pages Work.
Chapter 2—HTML Dreamweaver for College & Business.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Project 1 Introduction to HTML.
HTML Notes for Self Study. What you should know about HTML General Structure of HTML headings, setting style Text, paragraphs, and lists Anchors, Names.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
CIS101 Introduction to Computing
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.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
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.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Developing a Basic Web Page with HTML
1st Project Introduction to HTML.
What Is A Web Page? An Introduction to the Internet.
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
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
Chapter ONE Introduction to HTML.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
CS117 Introduction to Computer Science II Lecture 2 Creating an HTML Document Instructor: Li Ma Office: NBC 126 Phone: (713)
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 Structure & syntax
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML BASICS Web Design I. Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures &
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
Introduction to web development and HTML MGMT 230 LAB.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
LBSC 690 Session 4 Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
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)
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Website Design and Construction Services and Standards.
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.
Basic concepts of web design
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Introduction to XHTML.
HTML HYPERTEXT MARKUP LANGUAGE.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
An Introduction to HTML Pages
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713) Webpage: Department of Computer Science Texas Southern University, Houston January, 2011

Hardware and Software required An IBM or compatible computer with –A Pentium processor –16 MB of RAM –A Windows 98 or higher operating system A Macintosh computer with –Similar memory, color, graphics, and video capacities

Hardware and Software required (cont’) A text editor program such as Notepad A Web browser –Internet Explorer or Navigator Access to Internet An external media storage device Some type of graphics-editing software An FTP client software program

Preparation for the Class in the Lab Set up your Itcs account Data files –There are two ways to get the data package From the Web site From the Itcs server Save all your jobs on Z:/ drive –Create a folder for each topic For example, a folder cs117 for this class

Web Concepts World Wide Web (WWW) is information contained on Internet Internet is the vast network of interconnected computers Web sites are related collections of files stored on the computers on Internet –Web pages: HTML text files –Images or other files like digital video

Web Concepts (cont’) A Web browser is a software program that allows you to view Web pages Hyperlinks are specially-formatted text or graphics user click to move from one file to another on the Web A uniform resource locator (URL) is the exact Internet address of a Web file A search engine is a Web-based program that helps you locate information on the Web

What is HTML? Hypertext Markup Language (HTML) is a standard language used for all pages on the World Wide Web It allows various computer systems to interpret the information on the Web in the same way The suffix of the domain name specifies the type of organization to which the computer belongs A Web page is simply a text file made up of text and HTML instructions

What is HTML? (cont’) HTML can describe: –The display and format of text –The display of graphics –Pointers to other html files –Pointers to files containing graphics, digitized video and sound –Forms that capture information from the viewer

What is HTML? (cont’) HTML was developed by Tim Berners-Lee of CERN around 1990 HTML is understood by the WWW browsers that will interpret and display the output to the viewer –Microsoft’s Internet Explorer –Netscape’s Navigator

Browsers Are Tolerant Browsers follow the rule of being tolerant of mistakes in the input –They ignore markup they don’t understand Netscape Navigator/Microsoft Internet Explorer are tolerant browsers –They do not insist that the HTML document begin with and end with – and/or tags are not required –But, there is no guarantee that this behavior will be the same for all browsers

World Wide Web Consortium World Wide Web Consortium (W3C) is an independent industry consortium –develops common protocols and sets new standards for WWW –promotes WWW evolution and ensures interoperability among products and platforms

W3C Coding Standards Use lowercase letters –DHTML and XML are case sensitive Tag sets –a pair of opening tag and closing tag, or –only an opening tag with a single space and a closing slash (/) after the tag name No spaces in folders or file names Keep it neat Put everything in its place: for stacked tags or nested tags

General Structure A leading line indicates which version of HTML this document conforms to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" " HTML documents for Web pages have a head and body –head should contain a title –body may have paragraphs

General Structure (cont’) The Solar System The nine planets of the solar system are...

HTML Elements and Tags Some elements consist of an open tag, content, and a closing tag –e.g. some text –A slash after the “<“ indicates a closing tag Some elements do not require closing tags –e.g. Some elements do not require content –e.g. and

Comments in HTML Comments start with Comments cannot be nested –White space is permitted between the -- and the closing angle bracket –It is not permitted between the opening angle bracket, exclamation point, and the -- For example: But this will be displayed