![]() |
Some Useful HTML Character Entities |
non-breaking space | |   |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>A space character: </h2>
</body>
</html>
< | less than | < | < |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The less-than sign: <</h2>
</body>
</html>
> | greater than | > | > |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The greater-than sign: ></h2>
</body>
</html>
" | double quotation mark | " | " |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The ampersand (and) sign: &</h2>
</body>
</html>
' | single quotation mark | ' | ' |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The single quote sign: '</h2>
</body>
</html>
¢ | cent | ¢ | ¢ |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The cent sign: ¢</h2>
</body>
</html>
£ | pound | £ | £ |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The pound sign: £</h2>
</body>
</html>
¥ | yen | ¥ | ¥ |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The yen sign: ¥</h2>
</body>
</html>
€ | euro | € | € |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The euro sign: €</h2>
</body>
</html>
© | copyright | © | © |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The copyright sign: ©</h2>
</body>
</html>
® | trademark | ® | ® |
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<h2>The registered trade mark sign: ®</h2>
</body>
</html>
What is HTML Entities | HTML Entities |
How to use HTML Character Entities | HTML Entities |
How to add Non-breaking Space | HTML Entities |
Some Useful HTML Character Entities | HTML Entities |
How to combinine Diacritical Marks | HTML Entities |
Display a none-breaking-space | HTML Entities |
Display a less-than sign | HTML Entities |
Display a greater-than sign | HTML Entities |
Display an ampersand | HTML Entities |
Display an apostrophy sign | HTML Entities |
Display a cent sign | HTML Entities |
Display a pound sign | HTML Entities |
Display the yen sign | HTML Entities |
Display a euro sign | HTML Entities |
Display a copyright sign | HTML Entities |
Display the registered trade mark sign | HTML Entities |
Read Full: | HTML Entities |
Category: | Web Tutorial |
Sub Category: | HTML Entities |
Uploaded by: | Admin |
Views: | 70 |
Reffered: https://www.w3schools.com/html/html_entities.asp