Menu
HTML Design

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

When to Use the nofollow Attribute value
The majority of blogs allow visitors to add comments to a post. However, the moment this comment feature was invented, spammers started to take advantage of it. The nofollow attribute value is used to communicate that you don't want search engines to index the content pointed to by the link. More ...

Form Input Labels
Using the label element with your form input elements rather than just placing text next to them is a good idea that makes your web site more accessible. More ...

Providing Alternate and Title Text for an Image
The alt and title attributes are both used to display text related to an image. When an image fails to load the text in the alt attribute is displayed. The title attribute is use to display popup text. More ...

HTML5 Input Type - Email
With previous versions of HTML you used the form control input type="text" to capture typed data from the user. You had to validate the user's input using string methods and or regular expressions. The HTML5 email control provides built-in validation of email addresses. More ...

Web Page Template
Every webpage starts out with a basic set of tags, doctype, html, head, meta, title, and body.This article provides yo uwith ahe template for a basic webpage. More ...

Text Input Box Basics
The most common way to receive information from a visitor to your website is to let them type it into a text box. In this article you learn the basics of using text boxes on your webpages. 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 ...

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

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

Setting the Number of Items Visible in a Select List
An HTML Select list is a form control used to create a drop-down list of items from which the user can select. The select list can appear as a drop-down list, or by setting its size property it can appear as a scrolling list. 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