Displaying the Indian currency symbol in html format
Many time we use the Indian currency symbol ₹ , to
show the price of any product/services.
We can just add this code (₹)and get the Indian currency symbol ₹ on
our web site .
Source code:-
<%@
Page Language="C#" AutoEventWireup="true" CodeFile="hyperlink.aspx.cs" Inherits="hyperlink"
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
thanks for visiting our blog. <h1> ₹ </h1> above symbol of Indian Rupees
</div>
</form>
</body>
</html>
Out put:-
Displaying the Indian currency symbol in html format
Reviewed by NEERAJ SRIVASTAVA
on
5:26:00 PM
Rating:
No comments: