HTML and XML Behind Web Authoring Tools. 2 Objectives Introduce HTML Learn HTML Step by step Introduce XML.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Introduction to HTML & CSS
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Web Development & Design Foundations with XHTML
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Introduction to Web Site Development Steven Emory Department of Computer Science California State University, Los Angeles Lecture 3: Hyperlinks and Images.
 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.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Creating Web Pages Getting Started. Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking.
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.
HTMLMR.Mostafa badr1. Lesson 3 HTML Tags Lesson 2 Creating a HTML File Lesson 1: Hyper Text Markup Language (HTML) Basics Get Trained for a Better Future.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
HYPERTEXT MARKUP LANGUAGE (HTML)
HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.
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.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
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.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
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.
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.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML: Hyptertext Markup Language Doman’s Sections.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Chapter 23 - World Wide Web Documents (HTML) Introduction Display Hardware Varies A Browser Translates And Displays A Web Document A Consequence Of The.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
CP102 Module 7: HTML 1 Module 7: HTML 1.What is 1.What is HTML? 2. 2.Basic syntax, document structure 3. 3.Basic formatting, images, links 4. 4.Lists,
WEB DESIGN AND PROGRAMMING Introduction to XHTML.
HTML Basic. 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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Chapter 4 Source: CSE 190 M (Web Programming) lecture notes, es/slides/lecture02-basic_xhtml.html.
XML The Extensible Markup Language (XML ), which is comparable to SGML and modeled on it, describes how to describe a collection of data. A standard way.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
1 Hypertext Markup Language HTML is the language of Web pages © 2004 Lawrence Snyder.
HTML Overview.  Students will learn: How HTML tagging works How browsers display tagged documents How an HTML document is structured.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
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.
1 Hypertext Markup Language HTML is the language of Web pages © 2004 Lawrence Snyder.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
Marking Up with XHTML Tags describe how a web page should look
Mansoor Ahmed Bughio.
Creating a Home Page in HTML
Hosted by Coach Slanina
Chapter 1: Introduction to XHTML (part 1)
Chapter 4 - Introduction to XHTML: Part 1
WEBSITE DESIGN Chp 1
The Internet and the World Wide Web (ch. 7)
HTML HYPERTEXT MARKUP LANGUAGE.
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- Basics
Intro to Web Development Links
Marking Up with XHTML Tags describe how a web page should look
Pertemuan 1 Desain web Pertemuan 1
Marking Up with XHTML Tags describe how a web page should look
Hyperlinks, Images, Comments, and More…
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

HTML and XML Behind Web Authoring Tools

2 Objectives Introduce HTML Learn HTML Step by step Introduce XML

3 Contents of HTML Document Text  Displayed by the browser screen Instructions  Interpreted and executed  Written in HTML elements called tags, which are identified by angle brackets and a keyword (eg, and )

4 Most Basic HTML Tags

5 Basic Structure of an HTML Document header information goes here body of the document goes here

6 Learn HTML Step by Step 1.Headings, horizontal lines, and graphics 2.Using hyperlinks to point to other web sites 3.Using a graphic as a hyperlink continued…

7 Lesson 1: Headings, Horizontal Lines, and Graphics Heading tags Horizontal lines Graphics  GIF (graphics interchange format)  JPEG (Joint Photographic Experts Group)  PNG (Portable Network Graphic)

8 Lesson 1: Headings, Horizontal Lines, and Graphics

9

10 Lesson 2: Using Hyperlinks to Point to Other Web Sites Hyperlinks are created using the HTML anchor tags The link is created with the anchor tag and the link target is created with the anchor tag

11 Lesson 2: Using Hyperlinks to Point to Other Web Sites

12 Lesson 3: Using a Graphic As a Hyperlink

13 Extensible Markup Language Why extensible? HTML tags are fixed, limited (<a href=…) XML extends HTML by offering user- created tags, i.e., a meta-language that defines other languages XML for Web: DHTML is the result of XML being processed by browsers

14 XML: More Than Presentation RSS (Real Simple Syndication): feeds for reader XML for Web service: text documents passed over Web applications that serve others Foundation of SOA (Service Oriented Architecture) SOA: an extension of Enterprise Application Integration

15 Exercises What is HTML? Why do we use it? How to build a graphic hyperlink? Is XML just for Web Presentation?