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 ...
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 ...
Introduction to HTML
A Web server sends the response to the client browser with a set of instructions written in HTML (HyperText Markup Language). HTML consists of tags that define the structure of a web page. It is the standard markup language for documents to be displayed in a web browser. 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 Table Basics
Use of an html table has become the most common method used for general webpage layout. Style Sheets can provide much more accurate web page layout, but the implementation of style sheets between different browser versions is inconsistent. More ...
HTML Numbered or Ordered List
There are three kinds of html lists; The unordered list, the definition list, and the ordered
list, which in which every item is preceded by a number or letter. More ...
Changing the Size of an Image on Your Webpage
One of the most important procedures in designing a webpage is proper sizing of images. There are two ways to resize an image, use a graphics application, or set the width and height attributes in the html img tag. 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 ...
HTML5 Input Type - URL
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 URL control provides built-in validation of URLs. 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 ...
Keywords Meta Tag Generator
Free online keywords Meta tag generator. Paste your webpage html code into the text box, enter how many keywords you want in your keyword meta tag. The html code for a keyword meta tag webpage will be generated. 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 ...
