Special Characters. Special Characters in XHTML: Some common characters cannot be written directly into our code as the XHTML processor (browser) would.

Slides:



Advertisements
Similar presentations
XML-XSL Introduction SHIJU RAJAN SHIJU RAJAN Outline Brief Overview Brief Overview What is XML? What is XML? Well Formed XML Well Formed XML Tag Name.
Advertisements

MA foundation Creating webpages using XHTML (part 2) Simon Mahony CCH.
Web Development & Design Foundations with XHTML
1. Content – Collective term for all text, images, videos, etc. that you want to deliver to your audience. 2. Structure – How the content is placed on.
HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
An Introduction to XML Based on the W3C XML Recommendations.
HTML Character Entities. Character Entities Some characters have a special meaning in HTML, like the less than sign (
HTML and XHTML Controlling the Display Of Web Content.
HTML Computing Concepts HTML - An Introduction 1.
23-Jun-15 HTML. 2 Web pages are HTML HTML stands for HyperText Markup Language Web pages are plain text files, written in HTML Browsers display web pages.
HTML Primer Basics of HTML for those who haven’t used it before.
XML Primer. 2 History: SGML vs. HTML vs. XML SGML (1960) XML(1996) HTML(1990) XHTML(2000)
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Programmable Logic Controllers
XHTML for Content Structure Chapter 3. Overview and Objectives Discuss briefly the history of, and relationship between, HTML and XHTML Stress the importance.
CO1552 – Web Application Development Lists, Special Characters, and Tables.
Week 1.  Phillip Chee   Ext.1214 
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
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.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
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.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
Chapter 2 Introduction to HTML. Learning Outcomes Describe Hypertext Markup Language (HTML). Introduce HTML syntax. Recognize basic structure of HTML:
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
Softsmith Infotech XML. Softsmith Infotech XML EXtensible Markup Language XML is a markup language much like HTML Designed to carry data, not to display.
E0262 – MIS – Multimedia Storage Techniques XML (Extensible Markup Language  XML is a markup language for creating documents containing structured information.
XML 2nd EDITION Tutorial 1 Creating An Xml Document.
Web Design (3) HTML tags. Back to your web design ! Open Brackets Click on the drop down box on the left. Last time, you clicked on ‘Open Folder’ but.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
Copyright © Osmosys O S M O S Y SO S M O S Y S D e p l o y i n g E x p e r i e n c e & E x p e r t i s e™ HTML Training.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
XP 1 Creating an XML Document Developing an XML Document for the Jazz Warehouse XML Tutorial.
CIS67 Foundations for Creating Web Pages Professor Al Fichera Rev. August 25, 2010—All HTML code brought to XHTML standards.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Unit 10 Schema Data Processing. Key Concepts XML fundamentals XML document format Document declaration XML elements and attributes Parsing Reserved characters.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
IDK0040 Võrgurakendused I harjutus 02: Formatting Deniss Kumlander.
1 herbert van de sompel CS 502 Computing Methods for Digital Libraries Cornell University – Computer Science Herbert Van de Sompel
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
COMP303 - Internet Based Programming
Basics of HTML. Tags for overall page structure:,, and Tags for titles, headings, and paragraphs:, through, and Tags for comments: Tags for lists:,,,,
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
DESIGNING A WEB PAGE Introducing the… &TAGS.
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
CITE303 - Internet Based Programming Lecture notes: Week 1 Instructor:Dr. Tolgay KARANFİLLER.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
The full name of PERL is Practical extraction and report language. It is similar to shell script and lot easier & powerful language. Perl is free to download.
Special Characters.
Multiplication table. x
N100 Building a Simple Web Page
INP150: Basic HTML Instructor: Paul J. Millis
Special Characters.
Computer Symbols
Least Common Denominator
Structuring Content in a Web Document
Using Symbols on your pages
Multiplication Facts 3 x Table.
Creating Web Documents
Presentation transcript:

Special Characters

Special Characters in XHTML: Some common characters cannot be written directly into our code as the XHTML processor (browser) would confuse them for our markup (code). Sometimes we need to show a character that is not on the typical keyboard, such as a copyright symbol or a character from a foreign language. Another issue is that XHTML ignores multiple spaces, but there are occasions in which we want to display multiple consecutive spaces. We solve all these issues by using special characters.

Common Special Characters: Special CharacterXHTML CodeDisplays As Blank Space Open or Close Quote"" Ampersand&& Less Than<< Greater Than>> The last four characters in this table would easily confuse the browser. Without using this method, how would it know whether we were writing XHTML code or whether we wanted to display the character itself?

More Special Characters: Special CharacterXHTML CodeDisplays As Cent Sign¢¢ Copyright Symbol©© Trademark Symbol®® 1/2 Fraction½½ Inverted Question Mark¿¿ Small e, Acute Accentéé These are just a sample of the dozens of special characters available to use.

Example Special Characters: 3 extra spaces: here quote: "in quotes" ampersand: & less than: < greater than: > cent sign: ¢ small e (acute): café 3 extra spaces: here quote: "in quotes" ampersand: & less than: < greater than: > cent sign: ¢ small e (acute): café