Use an Image as a Form Submit Button
This article describes how to use an image as a form submit button along with example code. More ...
Nesting HTML Lists
Nesting a list means that a list item can be another list. As long as you keep your tags straight you can nest list within list, within list, and just keep on nesting. More ...
Webpage DOCTYPE Declarations Explained
DOCTYPE is a declaration that should appear as the first line in your webpage code. It defines the standard to which your webpage is coded, and provides information to the browser as to how the code should be interpreted. Make sure your webpage's doctype matches it's coding standard. More ...
Easy Code to Add Bing Site Search to Your Website
There are several ways you can add site search to your website. This artilce provides the code for Bing site search, just paste this code into the desired location on your website. More ...
The HTML BODY tag
Two common body tag attributes are leftmargin and topmargin. Another common body tag attribute is bgcolor. The body tag background attribute can be used to set a webpage's background to a texture or image. The bgproperties attribute set with the value fixed causes the tiled background image to remain stationary while the webpage text is scrolled. More ...
HTML Editors
So you want to create a web site? Great idea! There are few things in this world as satisfying as creating a good web site and having other people look at it, comment on it and like it. More ...
Line Breaks in HTML
Whether you are hand-coding your webpage, or trying to get your WYSIWYG webpage application to do what you want, understanding the html tags that control line breaks is very important. There are html tags to force a line break, tags to prevent a line break, and even tags to suggest a line break. More ...
HTML List Basics
One of the most common structures found on a webpage is a list. Many designers are applying CSS DHTML to their lists to make them more fancy, but there's nothing wrong with a good old-fashioned basic html list. In any case, if you want to get fancy with your lists, it's best to learn the basics first. More ...
HTML Text Tags Basics
Today, most webpage text design is accomplished through the use of style definitions rather than html tags. Although style definitions are extremely powerful for text design, they are also very complicated. I find some of the old html tags are quicker to use, require less code, and are easier to understand. More ...
HTML5 Nav Element
The nav element provides a container for a block of navigational links. You should not place every stray link in a nav element. Applications such as parsers and screen readers for visually challenged users use the nav element to identify major navigation blocks. More ...
Keywords Meta Tag Generator
Free online keywords Meta tag generator. Paste your webpage html code into the text box, enter how many keywords you want in your keyword meta tag. The html code for a keyword meta tag webpage will be generated. More ...
HTML Linking Basics
Many people have difficulty linking their webpage to other webpages and media. In this article, you learn how to create relative links from any webpage to any other webpage in a directory structure, even to a specific location in another webpage. Plus you learned about a couple of useful link tag attributes. More ...