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 ...
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 ...
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 ...
HTML abbr and acronym Tag
The abbr and acronym tags allow you to give information about the meaning of an abbreviation or acronym used in your text without disrupting the flow of text by placing the information directly in the text. This is done by putting the information in the tag's title attribute. The browser will then display the information as a tooltip. More ...
HTML Image Basics
The img tag is used to display images and animated gifs on a webpage. You can use the img tag to display images, icons, logos, and buttons, bullets, arrows and other graphic or navigation elements. 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 ...
Set Form Controls Tab Order With tabindex Attribute
The default tab order is the order in which the controls appear in the html code. You may prefer to set the tab order yourself. To set the tab order give each form element a tabindex attribute and set their number values to the order you want the tabs to work. 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 ...
Code For a Basic 2-Column Fluid Webpage Layout
In this article, I provide simple code for a 2-column webpage that does not use a table, but does use some of the latest HTML5 semantic elements. One nice thing about this design, besides the fact that it uses minimal html code, is that it creates a fluid layout. 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 ...
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 ...
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 ...
