Wednesday, 16 September 2015

how to get the sign of rupee (Indian) in a webpage using HTML

<html>
<head>

<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"></link>

<style>
i.custom {font-size: 6em; color: red;}
</style>

</head>
<body>
<i class="fa fa-inr custom"></i>
</body>
</html>
<!--
--!>

No comments:

Post a Comment