SlideShare una empresa de Scribd logo
1 de 5
HTMLENTITIES
Character Entities
Character Entities
Some characters have a special meaning in
HTML, like the angle bracket (<) that defines the
start of an HTML tag. If we want the browser to
actually display these characters we must insert
character entities in the HTML source, instead of
the character itself.
Character Entities
A character entity has three parts:
• an ampersand (&)
• an entity name or a # and an entity number
• and finally a semicolon (;).
To display a less than sign in an HTML document
we must write: &lt; or &#60;
Character Entities
The advantage of using a name instead of a
number is that a name is easier to remember. The
disadvantage is that not all browsers support the
newest entity names, while the support for entity
numbers is very good in almost all browsers.
Note that the entities are case sensitive.
Character Entities
For a comprehensive list of character
entities, visit:
http://www.w3schools.com/html/html_entitiesref.asp

Más contenido relacionado

La actualidad más candente

Html Presentation Of Web Page Making
Html Presentation Of Web Page MakingHtml Presentation Of Web Page Making
Html Presentation Of Web Page Making
Sandeep Supal
 
Web publishing and XHTML
Web publishing and XHTMLWeb publishing and XHTML
Web publishing and XHTML
bjornh
 
Html, xml and java script
Html, xml and java scriptHtml, xml and java script
Html, xml and java script
Rajeev Uppala
 

La actualidad más candente (18)

Html Presentation Of Web Page Making
Html Presentation Of Web Page MakingHtml Presentation Of Web Page Making
Html Presentation Of Web Page Making
 
Html ppt
Html pptHtml ppt
Html ppt
 
Html
HtmlHtml
Html
 
Introduction to Cascading Style Sheets
Introduction to Cascading Style SheetsIntroduction to Cascading Style Sheets
Introduction to Cascading Style Sheets
 
Programming in c
Programming in cProgramming in c
Programming in c
 
MongoDB.local Berlin: How to add your favorite language to MongoDB Compass
MongoDB.local Berlin: How to add your favorite language to MongoDB CompassMongoDB.local Berlin: How to add your favorite language to MongoDB Compass
MongoDB.local Berlin: How to add your favorite language to MongoDB Compass
 
CSS
CSSCSS
CSS
 
Introduction of c programming unit-ii ppt
Introduction of  c programming unit-ii pptIntroduction of  c programming unit-ii ppt
Introduction of c programming unit-ii ppt
 
Chapter 3 class presentation
Chapter 3 class presentationChapter 3 class presentation
Chapter 3 class presentation
 
The Basics of (X)HTML Tags
The Basics of (X)HTML TagsThe Basics of (X)HTML Tags
The Basics of (X)HTML Tags
 
Web publishing and XHTML
Web publishing and XHTMLWeb publishing and XHTML
Web publishing and XHTML
 
Htmltag.ppt
Htmltag.pptHtmltag.ppt
Htmltag.ppt
 
fundamentals of c
fundamentals of cfundamentals of c
fundamentals of c
 
Html, xml and java script
Html, xml and java scriptHtml, xml and java script
Html, xml and java script
 
Webithon Workshop
Webithon WorkshopWebithon Workshop
Webithon Workshop
 
Using Recursive Common Table Expressions with Ecto
Using Recursive Common Table Expressions with EctoUsing Recursive Common Table Expressions with Ecto
Using Recursive Common Table Expressions with Ecto
 
CProgrammingTutorial
CProgrammingTutorialCProgrammingTutorial
CProgrammingTutorial
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 

Destacado

Lilibeth-Caliwan-Parungao-resume
Lilibeth-Caliwan-Parungao-resumeLilibeth-Caliwan-Parungao-resume
Lilibeth-Caliwan-Parungao-resume
Lilibeth Parungao
 
งานนำเสนอ1
งานนำเสนอ1งานนำเสนอ1
งานนำเสนอ1
surasak2222
 
10 habilidades docente de la post-era digital
10 habilidades docente de la post-era digital10 habilidades docente de la post-era digital
10 habilidades docente de la post-era digital
Alma de Docente
 

Destacado (20)

Twitter #mk12
Twitter #mk12Twitter #mk12
Twitter #mk12
 
International House of Prayer- IHOPGear.org Presentation
International House of Prayer- IHOPGear.org PresentationInternational House of Prayer- IHOPGear.org Presentation
International House of Prayer- IHOPGear.org Presentation
 
Quotes ~ Inspiration
Quotes ~ InspirationQuotes ~ Inspiration
Quotes ~ Inspiration
 
Encryption: Who, What, When, Where, and Why It's Not a Panacea
Encryption: Who, What, When, Where, and Why It's Not a PanaceaEncryption: Who, What, When, Where, and Why It's Not a Panacea
Encryption: Who, What, When, Where, and Why It's Not a Panacea
 
Multiple streams of_income_1
Multiple streams of_income_1Multiple streams of_income_1
Multiple streams of_income_1
 
Information day - Ekip Radio
Information day - Ekip RadioInformation day - Ekip Radio
Information day - Ekip Radio
 
St. faustina october 5, 2012
St. faustina   october 5, 2012St. faustina   october 5, 2012
St. faustina october 5, 2012
 
Graphics By Jacqueline2 E
Graphics By Jacqueline2 EGraphics By Jacqueline2 E
Graphics By Jacqueline2 E
 
Wanted & available call 9811541651
Wanted & available call 9811541651Wanted & available call 9811541651
Wanted & available call 9811541651
 
Treat a Breach Like a Customer, Not a Compliance Issue
Treat a Breach Like a Customer, Not a Compliance IssueTreat a Breach Like a Customer, Not a Compliance Issue
Treat a Breach Like a Customer, Not a Compliance Issue
 
教育学特殊XIV 第4講
教育学特殊XIV 第4講教育学特殊XIV 第4講
教育学特殊XIV 第4講
 
Tutorial sobre power point
Tutorial sobre power point Tutorial sobre power point
Tutorial sobre power point
 
Wanted & available
Wanted & availableWanted & available
Wanted & available
 
Breached! App Attacks, Application Protection and Incident Response
Breached! App Attacks, Application Protection and Incident ResponseBreached! App Attacks, Application Protection and Incident Response
Breached! App Attacks, Application Protection and Incident Response
 
Self-Publishing and Libraries
Self-Publishing and LibrariesSelf-Publishing and Libraries
Self-Publishing and Libraries
 
Mk12 it trans-new
Mk12 it trans-newMk12 it trans-new
Mk12 it trans-new
 
Lilibeth-Caliwan-Parungao-resume
Lilibeth-Caliwan-Parungao-resumeLilibeth-Caliwan-Parungao-resume
Lilibeth-Caliwan-Parungao-resume
 
22
2222
22
 
งานนำเสนอ1
งานนำเสนอ1งานนำเสนอ1
งานนำเสนอ1
 
10 habilidades docente de la post-era digital
10 habilidades docente de la post-era digital10 habilidades docente de la post-era digital
10 habilidades docente de la post-era digital
 

Similar a Html entities

web development.pdf
web development.pdfweb development.pdf
web development.pdf
BagHarki
 

Similar a Html entities (20)

Entities
EntitiesEntities
Entities
 
Entities
EntitiesEntities
Entities
 
HTML 5 Topic 2
HTML 5 Topic 2HTML 5 Topic 2
HTML 5 Topic 2
 
Html
HtmlHtml
Html
 
HTML Training Part1
HTML Training Part1HTML Training Part1
HTML Training Part1
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
week 3 slides.pptx
week 3 slides.pptxweek 3 slides.pptx
week 3 slides.pptx
 
Computer fundamentals-internet p2
Computer fundamentals-internet p2Computer fundamentals-internet p2
Computer fundamentals-internet p2
 
HTML Basic Tags
HTML Basic Tags HTML Basic Tags
HTML Basic Tags
 
Html
HtmlHtml
Html
 
Html & Html5 from scratch
Html & Html5 from scratchHtml & Html5 from scratch
Html & Html5 from scratch
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
HTML - part 1
HTML - part 1HTML - part 1
HTML - part 1
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Html tutorials-infotech aus
Html tutorials-infotech ausHtml tutorials-infotech aus
Html tutorials-infotech aus
 
Web Design Lecture2.pptx
Web Design Lecture2.pptxWeb Design Lecture2.pptx
Web Design Lecture2.pptx
 
Internet Programming
Internet ProgrammingInternet Programming
Internet Programming
 
Html presentation
Html presentationHtml presentation
Html presentation
 
HTML Walkthrough Internship Course
HTML Walkthrough Internship CourseHTML Walkthrough Internship Course
HTML Walkthrough Internship Course
 

Más de Denni Domingo

Book Review: For One More Day
Book Review: For One More DayBook Review: For One More Day
Book Review: For One More Day
Denni Domingo
 
Database management (activity 4)
Database management (activity 4)Database management (activity 4)
Database management (activity 4)
Denni Domingo
 

Más de Denni Domingo (20)

The overall concept of financial management
The overall concept of financial managementThe overall concept of financial management
The overall concept of financial management
 
Psychological attributes of personality
Psychological attributes of personalityPsychological attributes of personality
Psychological attributes of personality
 
Motivating Employees
Motivating EmployeesMotivating Employees
Motivating Employees
 
Foundation of personality
Foundation of personalityFoundation of personality
Foundation of personality
 
Bonds and their characteristcs
Bonds and their characteristcsBonds and their characteristcs
Bonds and their characteristcs
 
Aspects of individual's personality
Aspects of individual's personalityAspects of individual's personality
Aspects of individual's personality
 
Sa aking mga kabata
Sa aking mga kabataSa aking mga kabata
Sa aking mga kabata
 
What is the point of having a good life if everything will end to death? How ...
What is the point of having a good life if everything will end to death? How ...What is the point of having a good life if everything will end to death? How ...
What is the point of having a good life if everything will end to death? How ...
 
Hibik ng pilipinas sa inang espanya (trilogy)
Hibik ng pilipinas sa inang espanya (trilogy)Hibik ng pilipinas sa inang espanya (trilogy)
Hibik ng pilipinas sa inang espanya (trilogy)
 
Book Review: For One More Day
Book Review: For One More DayBook Review: For One More Day
Book Review: For One More Day
 
Financial management I
Financial management IFinancial management I
Financial management I
 
Factors affecting the rate of a chemical reaction
Factors affecting the rate of a chemical reactionFactors affecting the rate of a chemical reaction
Factors affecting the rate of a chemical reaction
 
Database management (activity 4)
Database management (activity 4)Database management (activity 4)
Database management (activity 4)
 
Angular speed Examples
Angular speed ExamplesAngular speed Examples
Angular speed Examples
 
Parental consent for student permit
Parental consent for student permitParental consent for student permit
Parental consent for student permit
 
Visita Iglesia
Visita IglesiaVisita Iglesia
Visita Iglesia
 
Resume template_03
Resume template_03Resume template_03
Resume template_03
 
Resume Template_02
Resume Template_02Resume Template_02
Resume Template_02
 
Resume Template_01
Resume Template_01Resume Template_01
Resume Template_01
 
Resume Template
Resume TemplateResume Template
Resume Template
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Html entities

  • 2. Character Entities Character Entities Some characters have a special meaning in HTML, like the angle bracket (<) that defines the start of an HTML tag. If we want the browser to actually display these characters we must insert character entities in the HTML source, instead of the character itself.
  • 3. Character Entities A character entity has three parts: • an ampersand (&) • an entity name or a # and an entity number • and finally a semicolon (;). To display a less than sign in an HTML document we must write: &lt; or &#60;
  • 4. Character Entities The advantage of using a name instead of a number is that a name is easier to remember. The disadvantage is that not all browsers support the newest entity names, while the support for entity numbers is very good in almost all browsers. Note that the entities are case sensitive.
  • 5. Character Entities For a comprehensive list of character entities, visit: http://www.w3schools.com/html/html_entitiesref.asp