Menu
HTML Design

HTML Special Characters - Character Entities
There are certain symbols or characters that you might want to enter in a webpage that you will not find keys for on your keyboard. There are other characters that you should not enter in your webpage text because they can be misinterpreted as code. Instead of entering one of these characters enter its character entity. 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 ...

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

How to Debug HTML
As your web browser reads your html code and tries to follow your instruction to lay out the webpage, it is extremely forgiving. But it can't read your mind, that's why you have to type everything according to the specification. 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 ...

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

Make an HTML Element Editable
HTML5 provides the contenteditable attribute which can make most elements editable. This article provides code to make a div editable. More ...

Can Enterprise Applications Be Made Using HTML5?
Enterprise applications need to be integrated with other applications used by the business and must be deployable across internet. Surveys indicate a gradual increase in the number of enterprise app developers migrating to HTML5. More ...

HTML Frames Basics
A frame creates a separate pane within the browser window. A frame can contain its own webpage, or it can provide a different view of the same page in another frame in the same browser window. More ...

Easy Code to Add Yahoo Site Search to Your Website
There are several ways you can add site search to your website. This article provides the code for Yahoo site search, just paste this code into the desired location on your website. More ...

Using del and ins Tags to Mark Up Editing on HTML Page
As society moves away from printed documents and towards online webpages, a way is needed to mark deletions and insertions on html pages similar to was done on paper documents. That's where the del and ins html tags come in. More ...

Radio Button Basics
A radio button is a type of input element for a form. A radio button is similar to a checkbox except that when a user clicks a radio button that is part of a group, the previously selected radio button automatically de-selects. In other words, radio buttons in a group are mutually exclusive. More ...


Learn more at amazon.com

Custom Search