Menu
HTML Design

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 DIV Basics
An html div is a block-level element that defines a horizontal section of a webpage. A block level element has an embedded carriage return before and after the element. Using styles, a div can be the best element to use for complex webpage layouts. More ...

HTML5 Input Type - Email
With previous versions of HTML you used the form control input type="text" to capture typed data from the user. You had to validate the user's input using string methods and or regular expressions. The HTML5 email control provides built-in validation of email addresses. More ...

HTML Bulleted or Unordered 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 bulleted list. More ...

Easy Code to Add Bing Site Search to Your Website
There are several ways you can add site search to your website. This artilce provides the code for Bing site search, just paste this code into the desired location on your website. More ...

Semantic (X)HTML: Markup with Meaning
Contrary to what you may have learned in the earlier years of web development, (X)HTML should not define the look and presentation of a web page (that's the job of CSS). Instead, the purpose of (X)HTML is to provide context and meaning to the content of the document, this is referred to as semantic markup. More ...

HTML Editors
So you want to create a web site? Great idea! There are few things in this world as satisfying as creating a good web site and having other people look at it, comment on it and like it. More ...

Web Page Template
Every webpage starts out with a basic set of tags, doctype, html, head, meta, title, and body.This article provides yo uwith ahe template for a basic webpage. 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 ...

The Font Tag
Starting with HTML version 4, the font tag was "deprecated" meaning that at some point in the future it may no longer be supported by some browsers. However, I believe the font tag will be supported long into the future. More ...

HTML center Tag
The HTML center tag is used to center an element on the webpage The center tag is deprecated, which means it may not be supported in future browsers. The prefered way to define visual layout today is to use style rules. More ...

How to Write and Run HTML
Fancy WYSIWYG web design applications generate voluminous amounts of unnecessary code. For these examples use a basic ASCII text editor. More ...


Learn more at amazon.com

Custom Search