Menu
HTML Design

HTML dfn Tag
The dfn tag does exactly the same thing as the i (Italic) tag. There's really no reason not to use the more common i tag instead. Actually, you should prefer to set a style attribute for the definition word. More ...

Introduction to HTML
A Web server sends the response to the client browser with a set of instructions written in HTML (HyperText Markup Language). HTML consists of tags that define the structure of a web page. It is the standard markup language for documents to be displayed in a web browser. More ...

The Font Tag
Starting with HTML version 4, the font tag was "deprecated" meaning that at some point in the future it may no longer be supported by some browsers. However, I believe the font tag will be supported long into the future. More ...

Image Map Basics
An Image Map allows you to define areas of an image that act like a link so that when the user clicks on an area the browser loads the target webpage or media file. Image maps are an excellent way to provide metaphorical navigation or to call out the nomenclature of an object. This article shows you how to code simple and complex images maps. More ...

How to Use a Meta Redirect
A Meta Redirect is a META tag that, when a visitor arrives at your webpage, automatically redirects their browser to a different webpage. There are several reasons why you might want to use a meta redirect. More ...

HTML title Tag
The title tag defines the title of the webpage, which is displayed in the title bar of the Web browser. The title tag must be located in the head section of the document. One of the most important functions of the title tag is in SEO. More ...

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 ...

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 ...

Adding Space Around an Image
With the html hspace and vspace attributes you can control the space around an image. Although these attributes were deprecated in HTML 4.01, they still work in all modern browsers. More ...

Use HTML Target Attribute to Specify Where to Open Document
The target attribute, originally created to work with frames, now deprecated, is used to specify where to load a document. More ...

How to Make a Table Scroll
It's very common for a table to contain more data than can be displayed on a webpage without scrolling the webpage. A large table would be much easier to deal with if the table contents itself could scroll, rather than having to scroll the entire webpage. In this article, I'll show you exactly how to accomplish that. More ...

How to Troubleshoot an HTML Table
The most common problem with tables is the table being unexpectedly stretched way out of proportion. Another common problem with tables is cell contents not being positioned the way you want them to be. More ...


Learn more at amazon.com

Custom Search