Hyperlinking Text and Images HTML / Text and Documents Linking
A Hyperlink, link for short, is the basis of web development. It is where you mouse over an image or text, your cursor changes to a hand, you can click it and a new page opens. This is useful for linking a website to all sub pages, to link to new websites, to link to images such as thumbnails that will open full images.
Add to Favorites Link HTML / Text and Documents Linking
Getting repeat users is a common goal amongst almost all webmasters, professional or otherwise. A lot of people like to use links that allow the user to add pages to their bookmarks. If a user bookmarks your page they are far more likely to revisit in the future.
Frames and the Frameset HTML / Frames
Frames help the developer split a page into two parts. One of the simplest frame set splits the page into main information and the menu.Each window of a frame set contains an HTML document. Hence, a 2 frame "frame set" consists of three HTML documents. One is the frame set HTML, One is the Menu HTML, and the last is the Main Information HTML.
Links HTML / Text and Documents Linking
Make a link from your page to any other page on the World Wide Web. Learn what is anchor and how to create email, text and images links.
Font Colour HTML / Getting Started
There are two ways to color text on the Web. One approach is to set the colors for the entire document - specified in the body tag - and the other is to set and change colors as you move through the document, using the font tag.
Setup your own FTP Directory HTML / Getting Started
Many people have asked me how to set up an FTP directory. The only true way is to set up a separate section of the server and give it its own IP number. Most people don't have that ability. This tutorial gives you the methods of creating a pretty fair copy of an FTP directory using only HTML commands.