Answers for "how to insert a dollar sign in html"

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

Code answers related to "how to insert a dollar sign in html"

Browse Popular Code Answers by Language