Code Snippets
How To Create Your First External CSS Style Sheet
Discover how to create and edit your first style sheet. This simple guide will show you how to change the color and behavior of hyperlinks and how to link your HTML documents to the style sheet. more
How To Change Hyperlink Color
Changing link colors and controlling the color of a link. Setting the hyperlink color in CSS by adding this code to your style sheet. You can also change link colors on the fly without an external style sheet just by adding the style attribute to the hyperlink code. more
How To Create a HTML Download Link
If you are making a downloads page for the purpose of sharing files or delivering a digital product, you will need to the HTML code to create a download link. Amazingly, it is the same code as a regular hyperlink, but how do we do it? more
HTML Code For Scrolling Marquee
Discover how to put a Scrolling Marquee on your website. Copy and paste the HTML code for Scrolling Marquee into your web page and add your own text instantly. more
Hyperlink and Status Bar
How to change status bar text by modifying regular HTML hyperlink code so when the mouse pointer hovers over the hyperlink, the destination URL is hidden. more
HTML Image Hyperlinks
These HTML image codes will enable you to create HTML Image Hyperlinks. Shows how to link word to image and how to link to a larger image from a thumbnail. more
Simple Image HTML Tags
This article reveals HTML code for adding a image to a web page and a few other simple snippets of HTML image code. Discover how to set the image size, add Mouseover text and add a border to the image. more
Hyperlink Button Code
For people who need to use a hyperlink button instead of a regular hyperlink. Here's how to code a HTML hyperlink button quickly. more
HTML Hyperlink Code
How to create a hyperlink. When I first started learning HTML, I did not know how to make a hyperlink I forgot how baffling it was *before* I knew how. Now, even creating hyperlinks within a document is easy. more
Common HTML Tags
These common HTML tags will show you how to basic formating such as bolding, italic and center alignment. more