An Introduction to HTML Pages

Slides:



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

HTML. The World Wide Web Protocols Addresses HTML.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
WeB application development
XHTML Basics.
Lecture 1 COMP1900 Website Construction Michele Huston Web Manager THE AUSTRALIAN WAR MEMORIAL
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.
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.
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.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
1st Project Introduction to HTML.
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 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.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
The HTLM History HMTL Basics.  World Wide Web  World Wide Web (Web):The part of the Internet that supports multimedia and consists of a collection of.
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.
Web Design Basic Concepts.
HTML (HyperText Markup Language)
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Incorporating Multimedia into a Web Site (Case Study) Unit G.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
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 &
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.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Online PD Basic HTML The Magic Of Web Pages
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
XHTML/CSS Week 1.
Chapter 1 Introduction to HTML.
Uppingham Community College
XHTML Basics.
Project 1 Introduction to HTML.
Introduction to XHTML.
A guide to HTML.
XHTML Basics.
XHTML Basics.
HTML HYPERTEXT MARKUP LANGUAGE.
Tutorial Developing a Basic Web Page
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
XHTML Basics.
Introduction to Web Application Design
XHTML Basics.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

An Introduction to HTML Pages 159-169 Chapter 6a An Introduction to HTML Pages 159-169

Web Pages and Web Browser HTML documents that can be viewed with a Web browser Composed of text, Images and multimedia content Can contain scripts and other advanced features Web browser The software used to download and view Web pages

What is HTML? HyperText Markup Language (HMTL) Hypertext The markup language used to construct Web pages Hypertext Text written with special hyperlinks that can be used to jump to other pages A hypertext document consists of many documents linked together HyperText link (hyperlink) A document that contains clickable text or images Items you click in order to load another Web page

Markup Language A type of computer language that defines the layout of text and images on a page Not a programming language, because there are no variables, loops, or decisions like IF Comprised of tags that do things like make text bold or italic DreamWeaver and other WYSIWYG (What You See Is What You Get) editors are used to construct Web pages without writing the HTML You can’t use them to do the HTML homework in this class

Development of HTML and Web Browsers 1940’s -- academics discussed the concepts 1960’s –computerized hypertext and the mouse 1980’s – Hypercard let Apple users navigate through cards with the mouse 1988 – Tim Berners-Lee developed hypertext documents and Hypertext Transfer Protocol (http)

Development of HTML and Web Browsers World Wide Web Consortium (w3c.org) Nonprofit research organization Promotes standards and innovations in Web-based communication, including HTML NCSA Mosaic A Web browser developed in 1993 by Marc Andreeson Allowed both images and text Andreeson later founded Netscape, now owned by AOL

HTML Innovations Compatibility Global Communication The same HTML page can be viewed on many different computer platforms A platform is a combination of hardware, Operating System, and browser Global Communication http and TCP/IP work all over the world Interactivity and multimedia (sound, animation, and video)

XHTML (eXtensible Hypertext Markup Language) The last version of HTML is HTML 4.01 The next generation of markup languages is XHTML XHTML conforms to XML (eXtensible Markup Language) standards, and was intended to replace HTML HTML is here to stay, however, because of the billions of HTML pages already in existence

Creating Web Pages with HTML You need two programs: Text editor Notepad on PCs, SimpleText on Macs Web browser Internet Explorer, Safari, Firefox, Opera, or any other browser

How to Create a Web Page Open Notepad Type in some HTML text Start, Programs, Accessories, NotePad Type in some HTML text Save the file on the desktop with any name ending in .htm or .html Double-click the file on the desktop to open it in a browser Resize the windows so you can see them both

A Badly Formed HTML Page This works, but it is missing <HTML>, <HEAD>, and other tags that should be there Note how the opening tag <B> and the closing tag </B> work together

Web page development cycle Type the HTML code in Notepad Save file Refresh the browser

Basic Web Page Structure Every HTML page has these tags, in this order HTML is not case sensitive <HTML> <HEAD> <TITLE> </TITLE> </HEAD> <BODY> </BODY> </HTML> Head section Body section

Head and Body Sections Head section Body section Title to appear in title bar of browser Meta tags to guide search engines Scripts and other advanced features beyond this course Body section Everything that appears in the main browser window Text and images

White Space in the Source Code Browsers ignore white space in source code Extra spaces or line breaks

<P> tags <P> makes block paragraphs A blank line above and below Closing <P> tag is optional

Multiple <P> tags Multiple <P> tags have no effect Text in a paragraph has a blank line above and below it, but not more than one blank line

<BR> tags <BR> makes a line break Multiple <BR> tags make blank lines There is no closing </BR> tag

Heading Tags Heading tags change font and also assure a blank line above and below the heading

Formatting Tags <I> italics <B> bold <U> underline And, of course, the corresponding closing tags </P> </I> </B> </U>

Adding an Image to Your Page <IMG SRC=“duck.gif”> Adds an image named duck.gif to the page Use any image filename instead of duck.gif On the Web, the most common image formats are .GIF and .JPG Other formats like .TIF are usually not visible in browsers