Monthly Archives: March 2010
How to Add HTML Special Characters To A Webpage
Adding special characters to your website can sometimes become tricky. Some editors interpret the code correctly and some don’t. And sometimes everything looks fine on your computer then when you upload the page to your website, the characters are all … Continue reading
How To Create HTML Links That are Page Jumps
How to create HTML Links that are page jumps?
HTML links that are page jump are links that take you to specific part on the same page. They are used on long pages to make it easier for the user to click on a link rather than scroll down the page. Continue reading
HTML Cheat Sheet
Below is a HTML cheat sheet for the most commonly used tags and attributes. Most tags have an opening and closing tag. Basic Tags <html></html> Defines the html document <head></head> This defines the information about the html document such as … Continue reading
How to Embed MP3 Audio Files on Your Website
Do you need to embed MP3 audio files, such as podcasts or songs or other audio files on your website? There are several ways to do this and here you’ll learn how to do this without requiring an external player … Continue reading