No Borders HTML / Getting Started
Navigator vs. IE: As with most fun things on the Web today, it takes two sets of commands to get the same effect on both browsers. But fear not, as also with things on the Web today, both sets of commands will fit nicely on the same page and not bump into one another. The commands not understood by the browser will simply be ignored and those the browser does understand will be put into action.
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.
Pre-Load Images HTML / Images
Set up your pages so that the images are in the cache waiting to be used rather than downloading each image as you need it.
Thumbnail Images HTML / Images
Please be kind with your large images. Big ones take a long time to download. Let the viewer see a smaller version to check if he/she even wants to spend the time waiting for it.
Tabs HTML / Getting Started
There is no command in HTML that allows you to set tabs. Well, this tutorial will show you a pretty simple method of putting your text to tabs using HTML and JavaScript together.
Background Images HTML / Getting Started
The <body background> tag allows you to use an image file for the background of your Web page. A large image may only appear once (depending on the size of the browser window), but smaller images will be redrawn as many times as necessary to fill a page - a process known as tiling.
Advanced Forms HTML / Forms
There are many things to take into consideration when creating a form, you want to make it match your site as much as you possibly can. This can be done using CSS and some HTML tags that you may not already know.
Adding Images, Media, and Scripts HTML / Getting Started
Images, media, and scripting help a site become "dynamic and rich." This is called dynamic because many of these features offer the opportunity for the site visitor to interact in an active way with the site.