Horje

Display the euro sign:

To add such symbols to an HTML page, you can use the entity name or the entity number (a decimal or a hexadecimal reference) for the symbol:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>I will display &euro;</p>
<p>I will display &#8364;</p>
<p>I will display &#x20AC;</p>

</body>
</html>

Output should be:

Display the euro sign:



Single Articles
Display the euro sign:HTML Symbols


Related Articles
What is HTML Symbols HTML Symbols
Some Mathematical Symbols Supported by HTML HTML Symbols
Some Greek Letters Supported by HTML HTML Symbols
Some Other Entities Supported by HTML HTML Symbols

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML Symbols
Uploaded by:
Admin