Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Web Development & Design Foundations with XHTML
HTML: HyperText Markup Language Hello World Welcome to the world!
Website Design.
Chapter 2 HTML Basics Key Concepts
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
XHTML 16-Apr-17.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
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.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
Jozef Goetz, © 2011, 2013 Pearson Education Copyright (c) 2009 Prentice-Hall. All rights reserved.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
1 HTML intro The development of HTMLThe development of HTML The transition from HTML to XHTMLThe transition from HTML to XHTML XHTML syntax, tags, and.
CS134 Web Design & Development Creating a Basic Web Page Exerted from Mehmud Abliz slides.
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.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Jozef Goetz, © 2009 Pearson Education Copyright (c) 2009 Prentice-Hall. All rights reserved.
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
CSCE Chapters 1 and 2 CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department of Computer Science & Engineering.
1 XHTML محمد احمدی نیا 2 Of 19 HTML vs XHTML  XHTML is a stricter and cleaner version of HTML.  by combining the strengths of HTML.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
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.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
1 Web Developer & Design Foundations with XHTML Chapter 3 Key Concepts.
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,
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
CA Professional Web Site Development Class 2: Anatomy of a Web Site and Web Page & Intro to HTML.
HTML: Hyptertext Markup Language Doman’s Sections.
Lesson 4.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INT222 – Internet Fundamentals
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML Basics.
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Introduction to XHTML.
WEBSITE DESIGN Chp 1
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Presentation transcript:

Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics

Learning Outcomes In this chapter, you will learn about: XHTML syntax, tags, and document type definitions The anatomy of a web page Formatting the body of a web page Formatting the text on a web page Physical and logical style tags Special Characters Connecting Web pages using hyperlinks

What is HTML? HTML: The set of markup symbols or codes placed in a file intended for display on a Web browser page. The World Wide Web Consortium ( sets the standards for HTML and its related languages.

HTML Elements Each individual markup code is referred to as an element or tag. Each tag has a purpose. Tags are enclosed in angle brackets, " " symbols. Most tags come in pairs; an opening tag and a closing tag.

What is XHTML? The newest version of HTML eXtensible HyperText Markup Language. XHTML uses: the elements and attributes of HTML the syntax of XML (eXtensible Markup Language).

XML Syntax An XML document must be well-formed. Use lowercase Use opening and closing tags Close stand-alone tag with special syntax XML documents begin with an XML directive. The basic form of this directive is:

Document Type Definition (DTD) W3C Recommendation: Use a Document Type Definition to identify the type of markup language used in a web page. XHTML 1.0 Transitional This is the least strict specification for XHTML 1.0. It allows the use of both Cascading Style Sheets and traditional formatting instructions such as fonts. We will use this DTD in this text XHTML 1.0 Strict Requires exclusive use of Cascading Style Sheets. We will not use this. XHTML 1.0 Frameset Required for pages using XHTML frames. We will use not use this.

XHTML 1.0 Transitional DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

First Web Page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " an opening tag.... page info goes here a closing tag

Head & Body Sections Head Section Contains information that describes the web page document …head section info goes here Body Section Contains text and elements that display in the Web page document …body section info goes here

XHTML and tags <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Header info goes here.... Body info goes here

The Heading Element Heading Level 1 Heading Level 2 Heading Level 3 Heading Level 4 Heading Level 5 Heading Level 6

XHTML tag Paragraph element …paragraph goes here… Groups sentences and sections of text together. Configures a blank line above and below the paragraph

XHTML tag Line Break element Stand-alone tag …text goes here This starts on a new line…. Causes the next element or text to display on a new line

XHTML tag Blockquote element Indents a block of text for special emphasis …text goes here…

Exercise No. 1

XHTML List Basics Definition List Ordered List Unordered List

XHTML Definition List Useful to display a list of terms and definitions or a list of FAQ and answers tag Contains the definition list tag Contains a defined term Configures a line break above and below the text tag Contains a data definition or description Indents the text

XHTML Definition List Example IP Internet Protocol TCP Transmission Control Protocol

XHTML Ordered List Conveys information in an ordered fashion Contains the ordered list type attribute determines numbering scheme of list, default is numerals Contains an item in the list

XHTML Ordered List Example Apply to school Register for course Pay tuition Attend course

XHTML Unordered List Displays information with bullet points Contains the unordered list type attribute determines the type of bullet point default type is disc (but depends on the browser used) Contains an item in the list

XHTML Unordered List Example TCP IP HTTP FTP

Checkpoint 1. Describe the features of a heading tag and how it configures the text. 2. Describe the difference between ordered lists and unordered lists. 3. Describe the purpose of the blockquote tag.

XHTML Logical Style Elements Indicate the logical style of the text display Common Logical Style Tags To cause text to be emphasized or to "stand out" from surrounding text. This is important To cause text to be emphasized in relation to other text on the page. Usually italics. Please note

XHTML Physical Style Elements Provide browser font configuration info Useful for browsers – but not always applicable for other devices or user agents such as screen readers Common Physical Style Tags To display as bold text This is important To display text in italics Please note

XHTML Special Characters Display special characters such as quotes, copyright symbol, etc. Character Code © © < < > > & &

Checkpoint Provide a reason for using logical style tags rather than physical style tags. Describe the purpose of special characters.

Exercise No. 2

Exercise No. 2 (Continuation)

31 XHTML tag The anchor element Specifies a hyperlink reference (href) to a file Text between the and is displayed on the web page. Contact Us href Attribute Indicates the file name or URL Web page document, photo, pdf, etc.

32 XHTML tag Absolute link Link to other Web sites Yahoo Relative link Link to pages on your own site Home

33 Hyperlinks Hands-On Practice Home index.html Resume resume.html Favorites favorites.html

34 XHTML Links using the tag Automatically launch the default mail program configured for the browser If no browser default is configured, a message is displayed

35 Checkpoint 1. Describe when to use an absolute link. Is the http protocol used in the href value? 2. Describe when to use a relative link. Is the http protocol used in the href value? 3. What happens when a web site visitor clicks on an link?

Writing Valid XHTML Check your code for syntax errors Benefit: Valid code  more consistent browser display W3C XHTML Validation Tool

Exercise No. 3 Set A – Pasha the Painter Pages 67 to 70 Set B – Prime Properties Pages 70 to 73

Summary This chapter provided an introduction to XHTML. It began with an introduction to the HTML, discussed the transition to XHTML, continued with the anatomy of a web page, introduced inline and block-level formatting, and demonstrated the XHTML techniques used to create hyperlinks. You will use these skills over and over again as you create Web pages.