Menu
HTML Design

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 ...

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 ...

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 ...

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 List Basics
One of the most common structures found on a webpage is a list. Many designers are applying CSS DHTML to their lists to make them more fancy, but there's nothing wrong with a good old-fashioned basic html list. In any case, if you want to get fancy with your lists, it's best to learn the basics first. 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 ...

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 ...

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 ...

How to Code HTML Lists
A list is an arrangement of text about related items, usually arranged vertically. The items may, or may not be arranged in a specific order Readers like lists because a list is more readable than a block of text and provides order in a more easily understandable way. More ...

What is HTML?
The first HTML was used in 1989 by the physicist Tim Berners-Lee working at the CERN particle physics laboratory in Geneva Switzerland. It was used to share documents. 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 ...

How to Debug HTML
As your web browser reads your html code and tries to follow your instruction to lay out the webpage, it is extremely forgiving. But it can't read your mind, that's why you have to type everything according to the specification. More ...


Learn more at amazon.com

Custom Search