XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
Website Design.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
New Perspectives on Creating Web Pages with HTML
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
HTML Introduction HTML
Developing a Basic Web Page with HTML
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
Developing a Basic Web Page Posting Files on UMBC
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.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Tutorial 1: Getting Started with HTML5
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
The Internet 8th Edition Tutorial 9 Creating Effective Web Pages.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents and Enhancing Them.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
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.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
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.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
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.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
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.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
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.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
HTML HyperText Markup Language Victoria E. Kozlek.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Project 1 Introduction to HTML.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Project 1 Introduction to HTML.
Introduction to XHTML.
Tutorial Developing a Basic Web Page
Introduction to HTML- Basics
WJEC GCSE Computer Science
Presentation transcript:

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 2 Objectives Define HTML and understand how it works. Identify elements of a Web page. Examine the tools used to create HTML documents. Understand tags, attributes, and anchors. Describe phases in the Web Site Development Cycle. Create an HTML document.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 3 Understanding Markup Languages Hypertext Markup Language (HTML):  is a markup language that is used to create a HTML document.  A HTML document uses a Web browser to interprets and display the Web page. Markup language:  general term that indicates the separation of the formatting of a document and the content of a document.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 4 HTML document to Web Page HTML Document Web Browser INTERPRETS Web Page

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 5 Understanding Markup Languages The first version of HTML was developed in The World Wide Web Consortium (W3C) developed specifications, or sets of standards, that identify how a browser interprets the HTML code. The current specification for HTML is 4.01.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 6 Other Markup Languages Extensible Markup Language (XML):  began in 1998 to describe the format and structure of data. Extensible Hypertext Markup Language (XHTML) or XHTML 1.1:  the most recent markup language specification from the W3C

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 7 Web Page Elements A Web Page includes different elements  Headings  Paragraphs of text.  Bulleted Lists  Graphics, animated graphics  Hyperlinks  etc.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 8 HTML Document In a HTML Document  elements are indicated by codes (called Tags) that are attached to content. Example: every HTML document needs a title. Here’s how you do it. My first HTML document Opening tag Closing tag

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 9 Understanding Tags and Attributes Tags: codes that indicate different elements on a Web page such as titles, headings, paragraphs, and bulleted lists. Tags are either two-sided and require a a tag at the beginning and the end of the element, or they are one-sided. Once upon a time, there was a beautiful ….

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 10 Understanding Tags and Attributes Nested tags: tags that are included within other tags. The Lakeside Police Department is sponsoring a series of Self-Defense Classes for its female, elderly, disabled, and younger residents.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 11 Creating a HTML Document using a Text Editor To Create a Web Page  Use a text editor such as Notepad.  Type the content of the Web page and the tags that you need to format that content.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 12 Creating a HTML Document using a HTML Editor Programs such as Microsoft FrontPage or Macromedia Dreamweaver  provide a graphical user interface (GUI) in which you type the content of your Web page and use toolbar buttons and menus to format that content  and then the program creates all of the necessary tags to format the Web page.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 13 Planning an Effective Web Page Web Site Development Cycle  Planning Phase  Design Phase  Development Phase  Publishing Phase  Maintenance Phase

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 14 Web Site Development Cycle: Planning Phase Planning Phase  Gather information  Define goals  Determine intended audience  Determine technical requirements  Determine site organization

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 15 Web Site Development Cycle: Design Phase Design Phase  Create sample pages  Determine screen elements Fonts, colors, layout, navigation

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 16 Web-safe color palette Color is an element that depends on the user’s computer and browser to render it correctly. Web-safe color palette: a collection of 216 colors that all computers render in the same way.

Common Fonts New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 17 The fonts that are available on your computer are not always the same ones that are available on other computers. A good rule for beginning Web page developers is to use fonts that are considered to be common on all computers.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 18 Web Site Development Cycle: Development Phase Development Phase  Add content  Add interactivity  Add behaviors

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 19 Web Site Development Cycle: Publishing Phase Publishing Phase  Test site locally.  Upload to a web server.  Test remotely.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 20 Web Site Development Cycle: Maintenance Phase Maintenance Phase  Ensure that content is updated.

Planning an HTML Document A sketch of a final Web page New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 21

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 22 Creating an HTML Document Start Notepad. Save the document with the.html filename extension.  The filename extensions.htm and.html are associated with Web pages.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 23 Creating the HTML Document Structure Opening HTML tag – first item in a HTML document. Indicates that the file is an HTML document. Closing HTML tag – last item in a HTML document.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 24 Creating the HTML Document Structure Head section :  begins with the tag  includes general information, such as keywords that identify the document’s content, and comments about the document’s creator or the date the document was updated  includes the nested tag identifies the title of the Web page so the browser can display it in the title bar used to identify the content of the page appears as the default name when you use the browser to save the page as a bookmark or favorite The tag is a two-sided tag, so you must include the closing tag.

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 25 Creating the HTML Document Structure Body section:  required in an HTML document after the head section  includes the content of the Web page along with the tags needed to format that content  the opening tag indicates the beginning of the body section  the closing tag indicates the end of the body section

Basic HTML Document Structure in Notepad New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 26

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 27 Adding a Comment to an HTML Document Comments identify the author, purpose, date created or last updated, and other information as required. Comment tag:  one-sided tag  the browser ignores it and does not display it in a Web page  is visible when you view the HTML document in a text editor  has the following syntax:  can appear anywhere in an HTML document

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 28 Inserting and Formatting Headings Identify headings with tags.  use the tag for a level-one heading  use the tag for a level-two heading  and so on down to the tag for a level six heading Example: Lakeside Police Department

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 29 Tag Attributes and Values Tag Attributes:  style attribute with the text-align: center value Example: Lakeside Police Dept

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 30 Tag Attributes and Values To change the color, add a color attribute to the heading tag. When using the style attribute, you can separate multiple values with a semicolon.  Example: Women’s Self

Headings Added to the Body Section New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 31

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 32 Inserting and Formatting a Paragraph To insert a paragraph in an HTML document:  type the opening paragraph tag  type the paragraph text  type the closing paragraph tag

XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 33 Inserting and Formatting a Paragraph To change font style:  enclose the text in the appropriate tags  to change text to italics, use the italic tags and  to change text to bold, use the bold tags and

Paragraph Added to HTML Document New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 34