Wrapping Text Around Images
By default the baseline of the image is placed on the same baseline as the text. If you want the text to wrap around the image, use the image tag's align attribute. 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 ...
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 ...
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 Select List Basics
The Select list is one of the most useful controls provided by HTML. This article demonstrates the incredible flexibility of the Select list and provides you with example code to do almost you could want with a Select list. 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 ...
Use Meta Tags for Search Engine Optimization
Statistics show that only one of every four Web Sites use Meta tags. However using these tags can give your site an advantage over other sites that do not. Meta tags enable most visitors to initially find your site from the search engines. More ...
Can Enterprise Applications Be Made Using HTML5?
Enterprise applications need to be integrated with other applications used by the business and must be deployable across internet. Surveys indicate a gradual increase in the number of enterprise app developers migrating to HTML5. 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 ...
HTML Linking Basics
Many people have difficulty linking their webpage to other webpages and media. In this article, you learn how to create relative links from any webpage to any other webpage in a directory structure, even to a specific location in another webpage. Plus you learned about a couple of useful link tag attributes. More ...
Form Input Labels
Using the label element with your form input elements rather than just placing text next to them is a good idea that makes your web site more accessible. 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 ...

