Tuesday, October 7th, 2008
Validating your HTML, or in this case, your XHTML 1.1 Strict, is probably the most important step of a good HTML coder. This video will introduce you to the concept of properly validating your code.
(more…)
Posted in HTML, Tutorials | No Comments »
Tuesday, October 7th, 2008
It’s important to use the the alt tag inside all HTML <img> tags.
(more…)
Posted in HTML, Tutorials | No Comments »
Tuesday, October 7th, 2008
Anchors and internal document linking.
(more…)
Posted in HTML, Tutorials | No Comments »
Tuesday, October 7th, 2008
Automatically numbered and bullet lists are achieved by using the order and unordered list function in HTML. This quick video will explain how to implement these features in a simple HTML document.
(more…)
Posted in HTML, Tutorials | 1 Comment »
Tuesday, October 7th, 2008
Entities are special codes used to display charaters and symbols that would otherwise break your HTML document. This video will go over the common implementation of these codes, and will also provide a few examples of the most commonly used ones.
(more…)
Posted in HTML, Tutorials | No Comments »
Tuesday, October 7th, 2008
The issue of spacing in HTML is probably more important than any beginner would first realize. In this video we’ll take a look at how to use spacing and the importance of the entity.
(more…)
Posted in Tutorials | No Comments »