Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
HTML5 Mathematical operators
The HTML5 mathematical operators are used for mathematical and technical operators? representation in an HTML document. So, to use such operators to web page, we use HTML entity name. If no entity name exists then you can use entity number which is a decimal or a hexadecimal reference.
Syntax
Following is the syntax ?
&operatorName;
Or
operatorHexcode;
Or
operatorHexadecimalcode;
Let us see an example of HTML5 mathematical operators ?
Example
HTML5 Mathematical Operator Demo
Some Mathematical Symbols
− -- minus sign
° -- degree sign
∑ -- sigma sign
> -- greater than sign
≥ -- greater than or equal to sign
< -- less than sign
≤ -- less than or equal to sign
∫ -- integration sign
Output

Advertisements
