Skip to content Skip to sidebar Skip to footer
Showing posts with the label Html Entities

To Replace " " With  

this is my javascript code: mystring = 'this is sample'; nestring = mystring.replace(/ /g,&… Read more To Replace " " With  

Jade Converts & To & When Javascript Is Used

I've just started using Harp 0.30.1 which comes with Jade installed as a pre-processor. So I… Read more Jade Converts & To & When Javascript Is Used

How To Print A Pound "£" In Html File?

i am trying to display a pound sign in my html page.i want to display it through a variable because… Read more How To Print A Pound "£" In Html File?