Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

What is HTML Entity?

एचटीएमएल इनटाइटीज वे symbol होते हैं जो एचटीएमएल पेज में विभिन्‍न रूपों में प्रयुक्‍त होते हैं, अनेकों बार प्रयुक्‍त होते हैं। इन special character को HTML web page पर display करवाने के लिए HTML entities का उपयोग किया जाता है | HTML entities और कुछ नहीं बल्कि इन special character का short code है|

जैसे (<) लेस दैन ब्रेकट, (>) ग्रेटर दैन ब्रेकट, (&) एण्‍ड चिन्‍ह आदि।

     इनका प्रयोग विभिन्‍न प्रकार से एचटीएमएल या अन्‍य प्रोग्रामिंग भाषाओं में किया जाता है। जब इनका प्रयोग एचटीएमएल कोड के रूप में किया जाता है तो इनका वास्‍तविक स्‍वरूप ही लिखा जाता है

इनका विवरण कोड के साथ निम्‍नलिखित है – 

Sr.No.

चिन्‍ह

कोड

तात्‍पर्य

1

&lt;

Less Than

2

&gt;

Greater Than 

3

&

&amp;

Ampersand

4

©

&copy;

Copyright

5

¢

&cent;

Cent

6

£

&pound;

Pound

7

¥

&yen;

Yen

8

&euro;

Euro

9

®

&reg;

Registered

10

 

&nbsp;

Multi Spaces

11

&trade;

Trademark

12

&empty;

Empty Sets

13

Δ

&Delta;

Delta

14

&diams;

Diamond

15

&clubs;

Club

16

&hearts;

Heart

17

&spades;

Spade

18

&apos;

Apostrophe

19

&quot;

quotation mark

 

What is HTML Entity?

HTML entities are symbols that are used in various forms in an HTML page, often used multiple times. HTML entities are used to display these special characters on an HTML web page. HTML entities are nothing but short codes of these special characters.

Like – (<) less than bracket, (>) greater than bracket, (&) and sign etc.

They are used in various ways in HTML or other programming languages. When they are used as HTML code, their original form is written only.

Their details along with codes are as follows –

error: Content is protected !!