Introduction to Web & HTML

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
HTML. The World Wide Web Protocols Addresses HTML.
XHTML Basics.
How Tags are used to form your Web Page
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
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
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.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
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.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Computer Science 103 Chapter 2 HyperText Markup Language (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.
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level 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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
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 
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
The WWW and HTML CMPT 281. Outline Hypertext The Internet The World-Wide-Web How the WWW works Web pages Markup HTML.
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.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
HTML Structure & syntax
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.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
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.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
HTML ~ Web Design.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Copyright Jim Martin The World Wide Web Dr. Jim Martin
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.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
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.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
The Internet and WWW. This term we shall be learning more about the Internet and World Wide Web and their benefits and uses. We shall also be learning.
Computer Basics Introduction CIS 109 Columbia College.
Introduction to HTML.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Introduction to Web & HTML
CISC103 Web Development Basics: Web site:
Introduction to Web & HTML
Chapter 16 The World Wide Web.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Document Structure & HTML
Presentation transcript:

Introduction to Web & HTML

Topics Web Terminology HTML What is HTML Parts of an HTML Document HTML Tags Required Common

Internet vs. WWW Most people use the two terms interchangeably but they are in fact different. The Internet is a vast, international network, made up of computers and the physical connections (wires, routers, etc.) allowing them to communicate. The World Wide Web (WWW or just the Web) is a collection of software that spans the Internet and enables the interlinking of documents and resources. Provides a way of accessing information on the Internet. For more information about the history of the Internet and WWW: http://en.wikipedia.org/wiki/Internet

Web Servers and Clients A Web server is a computer that is programmed to send files to browsers on other computers connected to the Internet. The Web browser, such as Firefox or Internet Explorer, is the client that sends a request for a Web page. The Web server answers the request and delivers the requested page to the browser so you can view it.

HTTP Stands for HyperText Transfer Protocol Allows computers on the WWW to communicate with one another. Handles the “request” sent to the Web server and the “response” received from the Web server.

Web Server-Client Diagram

Protocol needed to communicate with Web server URLs Stands for Universal Resource Locator Also called the Web page’s address You typically type it into your Web browser’s location bar when you want to view a Web page http://www.umbc.edu Protocol needed to communicate with Web server Name of Web server

HTML Stands for Hypertext Markup Language Used to create a Web page Made up of tags that specify the structure of the document (this section is a heading, this section is a paragraph, etc..) An excerpt from a sample HTML document: <html> <head> <title>Bob’s Web page</title> </head> <body> <h1>This is my first Web page</h1>

<p>Some content here.</p> HTML Tags Most HTML tags work in pairs. There is an opening and a closing tag. For example: <p>Some content here.</p> The <p>…</p> tag displays a paragraph <p> opens the paragraph (opening tag) </p> closes the paragraph (closing tag) “Some content here.” will be displayed on the page

Self-closing Tags Some HTML tags are self closing. For example: <br /> The <br /> tag will display a line break. Note that there is a space between the br and the /.

Required Tags All HTML documents should have html, head and body tags, along with the DOCTYPE identifier. !DOCTYPE – Tells the browser which set of standards the page adheres to <html>…</html> -- Surrounds the contents of the entire page <head>…</head> -- Lists the identification information on the page, such as the title <title>…</title> -- Gives the name of the page that appears in the top of the browser window <body>…</body> -- Frames the content of the page to be displayed in the browser

Example file: template.html Basic HTML Template <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>CMSC104 HTML Template</title> </head> <body> This is just a basic HTML template to be used in CMSC104. </body> </html> Example file: template.html

Basic HTML Template Screenshot

Some Common HTML Tags and Their Meanings <p>…</p> -- Creates a paragraph <br /> -- Adds a line break <hr /> -- Separates sections with a horizontal rule <h1>…</h1> -- Displays a heading (h1-h6) <!--…--> -- Inserts a comment <ol>…</ol> -- Creates an ordered list <ul>…</ul> -- Creates an unordered list <img /> -- Inserts an image into the document <a>…</a> -- Inserts a link into the document

Paragraph Example <p> The exam next week will consist of T/F, multiple choice, short answer and pseudocode questions. You cannot use a calculator. </p> After the exam, we will learn JavaScript. It should be fun!!

Paragraph Example Screenshot

Line Break Example <p> Roses are Red. <br /> Violets are Blue. <br /> You should study for Exam 1. <br /> It will be good for you! </p>

Line Break Example Screenshot

Horizontal Rule Example The exam next week will consist of T/F, multiple choice, short answer and pseudocode questions. You cannot use a calculator. </p> <hr /> After the exam, we will learn JavaScript. It should be fun!!

Horizontal Rule Example Screenshot

Heading Example <h1>This is heading 1</h1>

Heading Example Screenshot

Comment Example <!-- This is just some sample html to illustrate the use of a comment --> <p> Here is my paragraph. </p> <!-- Here is another comment -->

Heading Example Screenshot

Ordered List Example <ol> <li>Print Review Questions for Exam 1.</li> <li>Work on Review Questions for Exam 1.</li> </ol>

Ordered List Screenshot

Unordered List Example <ul> <li>country music</li> <li>monday mornings</li> <li>brussels sprouts</li> </ul>

Unordered List Screenshot

Link Example <a href="http://www.cs.umbc.edu/104/">CMSC104 Main page</a>

Link Screenshot

<img src="linux-tux.png" alt="Tux the Penguin" /> Image Example <img src="linux-tux.png" alt="Tux the Penguin" />

Image Screenshot

Working Example To see an example page that uses all of the tags we discussed today, visit http://userpages.umbc.edu/~dblock/lecture6.html