Answers for "html &dollar sign"

2

html dollar symbol

Sign	Name code	Decimal code    Description
$	                $	 	    dollar
€	    €	    €	        euro
£	    £	    £	        pound
¥	    ¥	    ¥	        yen / yuan
¢	    ¢	    ¢	        cent
Posted by: Guest on March-13-2021
0

how to insert a dollar sign in html

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Dollar</title>
</head>
<body>
    <h1>This is a Dollar: &dollar;</h1>
</body>
</html>
Posted by: Guest on April-10-2022

Browse Popular Code Answers by Language