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.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

Web Development & Design Foundations with XHTML
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
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.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
HTML and XHTML Controlling the Display Of Web Content.
Introduction to HTML CPS470 Software Engineering Fall 1998.
 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.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Database-Driven Web Sites, Second Edition1 Chapter 2 INTRODUCTION TO HTML.
Computer Science 103 Chapter 2 HyperText Markup Language (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.
Chapter 14 Introduction to HTML
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
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.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
 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.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
1 Labels and Tags October 14, Grammar A set of components and rules that define a method/means of communication among objects. Components are.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
Essentials of HTML Class 4 Instructor: Jeanne Hart
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
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.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
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.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Creating and Editing a Web Page Using Inline Styles
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML. HTML: What is it? – HTML stands for Hyper Text Markup Language – An HTML file is a text file containing small markup tags – The markup tags tell.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
INT222 – Internet Fundamentals
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.
Section 10.1 Define scripting
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Marking Up with XHTML Tags describe how a web page should look
Chapter 4 - Introduction to XHTML: Part 1
COMPUTING FUNDAMENTALS
Introduction to HTML.
Presentation transcript:

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 check your knowledge of the definitions. The slides in this section include both the terms and the definitions. Start

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 2 markup language A text file that contains special sequences of characters that function as tags, such as HTML, XML, and XHTML. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 3 Hypertext Markup Language (HTML) A code used to create Web pages. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 4 Extensible Hypertext Markup Language (XHTML) A markup language that is designed to bridge the differences between HTML and XML. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 5 Extensible Markup Language (XML) A markup language whose tags impose a specific structure and meaning on data without providing any information about how the data should be displayed. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 6 tag Text that tells a browser how and where to display text and images on a Web page. Text in a tag appears between two angle brackets ( ). Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 7 source code The text and XHTML commands used to create the Web page. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 8 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. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 9 attribute An XHTML instruction that is included in an XHTML tag to specify a characteristic of a Web page element. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 10 ordered list A type of list that contains items, usually numbered, that must appear in a particular sequence. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 11 unordered list A list that contains items that can appear in any order; also known as a bulleted list. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 12 table An item consisting of columns and rows that is used to organize a Web page’s content. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 13 column Cells in a table that are arranged vertically. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 14 row Cells in a table that are arranged horizontally. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 15 cell Each individual square within a table; the intersection of a column and a row. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 16 border A visual break on the page that is used to add visual interest and to separate elements. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 17 inline graphic An image that is inline with other elements on a Web page. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 18 relative link A type of link that is used when linking to a local file, such as one within the same Web site. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 19 absolute link A type of link that contains the complete URL or path of the file being linked to. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 20 debug The process of locating and correcting any obvious errors in a Web site’s XHTML code. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 21 strict Having specific rules that must be followed. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 22 conform To obey specific rules. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 23 platform A technology that supports other software. For example, an operating system is a platform that supports other applications. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 24 manually Done by hand instead of automatically. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 25 tabular Organized into a grid or table composed of columns and rows. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 26 merge To combine. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 27 optional Not necessary. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 28 valid Accurate. Show Definition

Glencoe Introduction to Web Design Chapter 4 XHTML Basics 29 End of Chapter 4 XHTML Basics home glencoe.com