HTML Design
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 ... 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 ... HTML Blockquote Basics You have probably seen webpages that display a quote from the article, but taken
out of the flow of the article text. The html blockquote element is easy to use and
can be used break up the monotony of paragraphs of text and give your webpage a
more professional look. More ... Meta Tag Basics Meta tags are special html tags that are placed in the head section of a webpage to
provide information about the webpage to a server. Actual search engine servers
generally ignore all meta tags because they're there to parse the webpage for only
one purpose, and we can't let a little thing like a meta tag stand in the way of
generating profit. More ... HTML Horizontal Rule A horizontal rule created by the hr tag creates a horizontal line that can can be used to
break a webpage into sections. More ... 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 ... 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 ... Most Usefull ASCII Character Code Entities Certain symbols are either not available on the standard keyboard, or could cause problems
if used directly in html code. Those symbols should be replaced with their entity or character
code equivalents. This is a list of the most useful entities and character codes. More ... HTML Quick Reference This is a page containing a table of links you can use to get quick access to an article
describing the meaning and how to use a specific html tag. 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 ... Easy Form Design In this article, I show you how to code your own html submission forms. Maybe you are using a
WYSIWYG web page design tool and you can't get your forms to work the way you want them to.
Maybe you want to show a web page designer how you want your form to look. 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 ...
|