html Tips

Protect your email address from spambots

When putting your email address on your website, replace the @ with @

It stops spambots from collecting your email address for spamming to, but will still be displayed as an @ sign on your website. Don't forget to change it in the mailto: tag as well!

Indent text with spaces

By default web browsers will only display one space between word, no matter how many you have in your html code. To add more spaces i.e. to indent text add this to your code where ever you want another space.  

    This text is
    indented using
    the  
    code