Menu
HTML Design

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

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

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

Easiest HTML Calculator Eample Code
This example is meant for educational purposes only, and that is why the code is kept to bare minimum. Were it an actual published calculator it would need, among other things, error handling and validation code added. As an example for educational purposes it's excellent. More ...

What is HTML?
The first HTML was used in 1989 by the physicist Tim Berners-Lee working at the CERN particle physics laboratory in Geneva Switzerland. It was used to share documents. More ...

HTML SPAN Basics
Whereas a div is a block element which defines a vertical section of a webpage or parent element, a span is an in-line element that is rendered during the line-by-line parsing of the html code for the webpage. Without styles a span provides no visible change. More ...

HTML5 Header Element
The header element is one of HTML5's semantic elements. It provides a container for header information. A header element may contain ,logo author, navigation, search, version, copyright, and other such information. 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 ...

Wrapping Text Around Images
By default the baseline of the image is placed on the same baseline as the text. If you want the text to wrap around the image, use the image tag's align attribute. More ...

Aligning an Image on Your Web Page
By default the baseline of the image is placed on the same baseline as the text. However you can set the align attribute to change where the baseline of the image will be located relative to the baseline of the text. More ...

Checkbox Basics
A checkbox is a type of input element for a form. A checkbox is similar to a radio button except that a radio button can be part of a group, so a previously selected radio button automatically de-selects. Whereas checkboxes are each independent so you can have multiple checkboxes checked at the same time. 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 ...


Learn more at amazon.com

Custom Search