Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines

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

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
HTML. The World Wide Web Protocols Addresses HTML.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Marking Up With Html: A Hypertext Markup Language Primer
HTML Introduction HTML
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
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.
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.
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
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.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
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.
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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 Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
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.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
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.
Just Enough HTML How to Create Basic HTML Documents.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
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
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Introduction to HTML.
HTML Basics.
Marking Up with XHTML Tags describe how a web page should look
Computer Fundamentals 2
Introducing XHTML: Module A: Web Design Basics
Introducing XHTML: Module A: Web Design Basics
Section 7.1 Section 7.2 Identify presentation design principles
3.00cs HTML Overview 3.00cs Develop webpages.
Introduction to XHTML.
Chapter 4 - Introduction to XHTML: Part 1
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Creating a Web Page Using HTML
3.02D HTML Overview 3.02 Develop webpages.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to HTML- Basics
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Introduction to HTML.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
3.02D HTML Overview 3.02 Develop webpages.
4.02A HTML Overview 4.02 Develop web pages using various layouts and technologies. (Note to instructor: HTML tags are in red only to differentiate from.
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines Organize Web site files and folder Use a text editor Use HTML tags and attributes Create lists using HTML View an HTML document

Section 4.3 Section 4.4 Insert images using HTML Insert links using HTML Debug and test a Web page Section 4.4 Re-create an existing HTML document in FrontPage Test a Web page in FrontPage

HTML Coding Guide to Reading 4.1 Main Ideas pp. 92-94 HTML Coding 4.1 Guide to Reading Main Ideas An HTML document is composed of instructions, or tags. These tags tell Web browsers how to display the content contained in a Web page. The World Wide Web Consortium establishes guidelines and standards for using HTML. Key Terms Hypertext Markup Language (HTML) HTML tag starting tag ending tag nested tag empty tag source code

pp. 92-94 HTML Coding 4.1 HTML Tags You create Web page documents by inserting HTML tags into a text document. Hypertext Markup Language (HTML) The code used to create Web pages. (p. 92) HTML tag Text contained between two angle brackets (< >) that tells the Web browser how to display a page’s content. (p. 92)

pp. 92-94 HTML Coding 4.1 HTML Tags HTML tags often come in starting and ending tag sets. Nesting tags refers to placing the tags in particular order. Empty tags do not require an ending tag. starting tag The first of a pair of HTML tags; also known as an opening tag. (p. 92) ending tag The last of a pair of HTML tags; also known as a closing tag. (p. 92) nested tag An HTML tag that is enclosed within another set of tags. (p. 93) empty tag An HTML tag that requires only an opening tag; also known as an orphan tag. (p. 93)

HTML Coding HTML Guidelines 4.1 pp. 92-94 HTML Coding 4.1 HTML Guidelines Understanding and using the basic guidelines for HTML code will help you see the relationship between the code you write and what you see in the Web browser. For example, extra spaces between elements in an HTML document will not necessarily display in a Web browser.

HTML Coding HTML Guidelines 4.1 pp. 92-94 HTML Coding 4.1 HTML Guidelines Viewing source code will allow you to see the text and the HTML commands used to create the Web site. source code The text and HTML commands used to create the Web page. (p. 94)

Using a Text Editor Guide to Reading 4.2 Main Ideas pp. 96-102 Using a Text Editor 4.2 Guide to Reading Main Ideas You can use a text editor to create text documents that can be displayed in a Web browser. These documents must contain HTML commands. Always organize your folders and files carefully when creating a Web site. Key Terms file name extension attribute ordered list unordered list

Using a Text Editor Organizing Files and Folders 4.2 pp. 96-102 Using a Text Editor 4.2 Organizing Files and Folders Every Web site is composed of folders and files. Whether you use a text editor or a Web site development application, you must keep your files organized.

Using a Text Editor Using Notepad 4.2 pp. 96-102 Using a Text Editor 4.2 Using Notepad Notepad can be used as a text editor for creating Web sites. When you save a file for the first time in Notepad, use the Save As function to name the file and choose the file name extension. file name extension The three or four characters after a period in a file name that tell the computer system what type of file it is reading. (p. 97)

Using a Text Editor Adding Attributes using HTML 4.2 pp. 96-102 Using a Text Editor 4.2 Adding Attributes using HTML Some HTML tags can contain attributes to specify the tags characteristics. Some attributes include: Font color Background color Heading Alignment attribute An HTML instruction that is included in an HTML tag to specify a characteristic of a Web page element. (p. 98)

Using a Text Editor Creating Lists Using HTML 4.2 pp. 96-102 Using a Text Editor 4.2 Creating Lists Using HTML Creating lists can make text easier to read and add visual interest to a page. There are two types of lists: ordered lists and unordered lists. ordered list A type of list that contains items, usually numbered, that must appear in a particular sequence. (p. 100) unordered list A list that contains items that can appear in any order. (p. 100)

Using a Text Editor Viewing an HTML Page 4.2 pp. 96-102 Using a Text Editor 4.2 Viewing an HTML Page With text editors you cannot see how your page will appear in a Web browser while you are creating it. You must save the HTML document and then view it in a browser.

pp. 96-102 Using a Text Editor 4.2 Activity 4A – Creating Folders to Organize a Site (p. 96) Activity 4B – Creating and Saving an HTML Document (p. 98) Activity 4C – Adding Color and Formatting Text Using HTML (p. 100) Activity 4D – Creating an Unordered List Using HTML (p. 101) Activity 4E – Viewing HTML in a Browser (p. 102)

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Guide to Reading Main Ideas Use image tags to insert graphics using HTML. You can create links by using an anchor tag to specify the clickable area. A link can be absolute or relative. Web pages must be tested. Key Terms text link graphic link anchor tag absolute link relative link debugging testing

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Adding Images Using HTML You can insert images into pages using the <img> tag and assign the five common attributes: Source (src) Alternative text (alt) Align (align) Width (width) Height (height)

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Inserting Links Using HMTL There are several different types of links using HTML. Anchor tag Text link Graphic link anchor tag An HTML tag used to create hyperlinks. The tag identifies what is clicked on and where it links to. (p. 104) text link A type of link in which users click text to activate the link. (p. 105) graphic link A type of link in which users click on an image to activate the link. (p. 105)

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Inserting Links Using HMTL Text and graphic links are either absolute or relative. absolute link A type of link that contains the complete URL or path of the file being linked to. (p. 105) relative link A type of link that is used when linking to a local file, such as one within the same Web site. (p. 105)

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Testing a Web Page You should debug and test your Web site often to make sure that the page displays properly and all links are connected correctly. debugging The process of locating and correcting errors in a Web site’s HTML code. (p. 107) testing The process of repeatedly checking the Web page and site to make certain that elements display as designed. (p. 107)

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 HTML and the W3C The World Wide Web Consortium (W3C) releases specifications, called recommendations, on HTML. You can read the complete specifications on the W3C Web site. The specifications developed by this governing body help ensure that Web designers create pages that follow specific standards and can be displayed by any browser that also follows these specifications.

Enhancing and Testing Your Page pp. 103-108 Enhancing and Testing Your Page 4.3 Activity 4F – Inserting and Image Using HTML (p. 104) Activity 4G – Inserting Absolute Links using HTML (p. 106) Activity 4H – Testing an HTML Document (p. 107)

FrontPage versus Notepad pp. 110-114 FrontPage versus Notepad 4.4 Guide to Reading Main Ideas A Web site development application allows you to create Web sites by clicking buttons instead of typing HTML commands into a text document. Key Terms border embedded file

FrontPage versus Notepad pp. 110-114 FrontPage versus Notepad 4.4 Adding Color and Formatting Text in FrontPage The major advantage of using FrontPage is that you can see how your final page will appear. FrontPage allows you to quickly change attributes, such as color, and see how they look.

FrontPage versus Notepad pp. 110-114 FrontPage versus Notepad 4.4 Adding Graphics and Links When using FrontPage, adding a border can add visual interest to your page. When you save a page, you will be asked where to save embedded files. border A visual break on the page that is used to add interest and to separate elements. (p. 113) embedded file File that you add to the FrontPage document from other applications. (p. 113)

FrontPage versus Notepad pp. 110-114 FrontPage versus Notepad 4.4 Testing a Web Page Always spell check and proofread your Web page. Also view your Web page in more than one browser to make sure each line works properly.

FrontPage versus Notepad pp. 110-114 FrontPage versus Notepad 4.4 Activity 4I – Creating and Formatting a page in FrontPage (p. 110) Activity 4J – Adding Headings and Unordered Lists in FrontPage (p. 112) Activity 4K – Inserting a Graphic and Links in FrontPage (p. 63) Activity 4L – Testing a Web Page in FrontPage (p. 114)

Chapter 4 Resources For more resources on this chapter, go to the Introduction to Web Design Web site at webdesign.glencoe.com.