Curriculum
Course: HTML Basic
Login

Curriculum

HTML Basic

HTML Introduction

0/1

HTML Editors

0/1

HTML Elements

0/1

HTML Attributes

0/1

HTML Headings

0/1

HTML Paragraphs

0/1

HTML Styles

0/1

HTML Formatting

0/1

HTML Quotation

0/1

HTML Comments

0/1

HTML Colors

0/1

HTML Favicon

0/1

HTML Page Title

0/1

HTML Block and Inline

0/1

HTML Iframes

0/1

HTML Java Script

0/1

HTML File Paths

0/1

HTML - The Head Element

0/1

HTML Style Guide

0/1

HTML Entities

0/1

HTML Symbols

0/1
Text lesson

HTML Symbols

HTML Symbol Entities

In the preceding chapter, HTML entities were elucidated.

Numerous mathematical, technical, and currency symbols are not readily accessible on a standard keyboard.

To include these symbols in an HTML page, you have the option to employ either the entity name or the entity number, which can be represented in decimal or hexadecimal format.

Example

Showcase the euro sign:

<p>I will display &euro;</p>
<p>I will display €</p>
<p>I will display €</p>

Will be presented as:

I will display €
I will display €
I will display €

Some Mathematical Symbols Supported by HTML

Char

Number

Entity

Description

&forall;

For all

&part;

Partial differential

&exist;

There exists

&empty;

Empty sets

&nabla;

Nabla

&isin;

Element of

&notin;

Not an element of

&ni;

Contains as member

&prod;

N-ary product

&sum;

N-ary summation

Some Greek Letters Supported by HTML

Char

Number

Entity

Description

Α

Α

&Alpha;

GREEK ALPHA

Β

Β

&Beta;

GREEK BETA

Γ

Γ

&Gamma;

GREEK GAMMA

Δ

Δ

&Delta;

GREEK DELTA

Ε

Ε

&Epsilon;

GREEK EPSILON

Ζ

Ζ

&Zeta;

GREEK ZETA

Some Other Entities Supported by HTML

Char

Number

Entity

Description

©

©

&copy;

COPYRIGHT

®

®

&reg;

REGISTERED

&euro;

EURO SIGN

&trade;

TRADEMARK

&larr;

LEFT ARROW

&uarr;

UP ARROW

&rarr;

RIGHT ARROW

&darr;

DOWN ARROW

&spades;

SPADE

&clubs;

CLUB

&hearts;

HEART

&diams;

 DIAMOND