HTML Design
XHTML Basics HTML and XHML look very similar. But HTML was designed long before XHTML and therefore
is less rigorous. In other words, HTML does not require the coder to follow strict rules,
while if you don't strictly follow the rules while coding XHTML, it just plain won't work. More ... Create a Meta Tag Slide Show - No Java Script Required You want to put a slide show on your webpage but, either you can not, or do not want to,
use Java Script. Well, you can create a slide show using only the html "refresh" meta
tag - no Java Script required. More ... How to Add Background Music to Your Web Page In the old days PCs weren't very interesting because the only sound they made was the wurring
of the fan. In this article, I show you how, with just a few lines of code, you can give your
webpage an extra touch of class by adding background music. More ... Using col and colgroup to Apply Attributes to a Table Column You could add html attributes to each cell in a table column, however, with a large table this
might be tedious, and it adds unnecessary code. The col tag allows you to define attributes
for one or more columns in a table. The colgroup tag allows you apply attributes to a group of columns. 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 ... 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 ... 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 ... 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 ... 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 ... HTML Definition List There are three kinds of lists; the ordered list, the definition list and the unordered
list which is commonly known as the bulleted list. This article shows you how to code a definition list. 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 ... 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 ...
|