--------------------------------------------------------------------------------------------------------------
<html>
<head>
<title>
HOW TO WRITE DIFFERENT SYMBOLS IN HTML
</title>
</head>
<body>
<!--it prints euro symbol(below)-->
FOR euro, We write €
<!--for dollar($)-->
we have $
<!--if we want mathematical symbol then-->
If we want to use all, ∀<br> if we want to use summation, ∑ <br> If an element is a member of , ∈
for sp ace ;
for greater than, we use >
for smaller than, we use <
for copyrights, we use ©
</body>
</html>
No comments:
Post a Comment