HTML Design
How to Use a Meta Redirect A Meta Redirect is a META tag that, when a visitor arrives at your webpage, automatically
redirects their browser to a different webpage. There are several reasons why you might
want to use a meta redirect. 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 ... 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 ... The HTML Head Tag This article describes the structure of a webpage document and the html head tag. More ... HTML title Tag The title tag defines the title of the webpage, which is displayed in the title
bar of the Web browser. The title tag must be located in the head section of the
document. One of the most important functions of the title tag is in SEO. 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 ... 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 ... 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 ... 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 ... Add an Image to a Web Page Adding an image to a webpage makes it much more interesting. But for the image to appear,
you have to get its path right. Using the methods described here, you have no problem
defining the correct path. 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 ... 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 ...
|