HTML Subcategories |
Rotating regular HTML content using DHTML |
| HTML | Views: 8 | |
| One of the great nuisances of using JavaScript to display content on demand is the requirement that everything be contained in variables. See how DHTML can help shatter that limitation, so regular HTML content can be dynamically rotated and shown just th.. |
Handling Mailto: Forms |
| HTML | Views: 4 | |
| You built your form using the tutorials and you're sure you followed all the instructions, but the "Mailto:" instruction seems only to open a blank email form. None of the data you typed in is on the email. So what went wrong with your form |
Well-Behaved DHTML: A Case Study |
| HTML | Views: 0 | |
| In the past, DHTML's powers have been used for evil. But now it's reformed! Technology has put well-behaved DHTML within reach - Aaron shows us how it's done |
XHTML Web Design for Beginners - Part 2 |
| HTML | Views: 7 | |
| Why build your first Website in HTML, when you can build it in XHTML? Develop your first Web pages for flexibility and forwards compatibility - Nigel shows us how |
HTML Comes of Age: XHTML |
| HTML | Views: 0 | |
| You know your HTML and you've got the hang of XML. Why not try XHTML. John will go through how to use Extensible HTML and its benefits. |
DHTML that meets the cross-platform challenge |
| HTML | Views: 0 | |
| DHTML coders face many obstacles to writing clean, portable code. See how some straightforward coding tenets can improve the process. |
A Case For A Case |
| HTML | Views: 1 | |
| Here's a logic structure that comes in so handy when you need to reduce tedious validation code to a manageable size. Pick up some sophisticated code tips here
|
HTML Special Characters and Browser Compatibility |
| HTML | Views: 0 | |
| HTML 4 includes around 250 special characters, or character entities. But which ones work in Explorer 5 and Netscape 4, and which ones only show up in IE6 or N6? Andrew Starling goes on a browser compatibility hunt, scattering all 250 in the breeze to fi.. |
Creating Forms |
| HTML | Views: 2 | |
| Forms are one of the most important tools on a web site because they allow your web users to communicate easily with you. It is also a valuable way for you to obtain information from your web users |
Creating Tables |
| HTML | Views: 4 | |
| Tables lay the groundwork for most web sites. The majority of web sites designed today are completely contained within tables. You need not look any further than this very web site for an example of this. Everything you see on this screen is contained wi.. |
Creating A Basic HTML Web Page |
| HTML | Views: 4 | |
| There are 4 HTML Tags you need to learn to create a basic page |
Advanced HTML Tables |
| HTML | Views: 3 | |
| If you've been using HTML tables for a while then you'll know they don't always work out as intended.In this article Andrew Starling investigate some of the bugs that can trip you up, and also looks at advanced uses, including nested tables, colored bord.. |
Introduction to HTML |
| HTML | Views: 0 | |
| Are you ready to learn HTML and start making your own web site? Do you want to do more than just browse other people's web pages and sit there with your mouth open? Well, put on your seat belt, sit back and prepare to ride the HTML train |
Tables - Basics |
| HTML | Views: 3 | |
| Tables are a great tool for laying out web pages. You can put just about anything exactly on your page where you want to have it. You can add color to parts of your page. You can create columns of text or navigation bars, like on this page. You can split |
Designing with Frames - an Introduction |
| HTML | Views: 0 | |
| To frame or not to frame? Kev steps you through the design of a Website using frames, and shows you how to tell when they're a good idea - and when they're not |
Usability and HTML Forms |
| HTML | Views: 3 | |
| Visitors don't enjoy filling out HTML forms. That makes good usability doubly important. Here's a detailed look at forms for e-commerce -- individual form elements such as dropdown boxes and radio buttons, plus validation and error messages |
Embedding a Windows Media Player |
| HTML | Views: 2 | |
| Streaming media adds a little panache to any website, but what if your visitors can't view it? Not to worry. Let Adam show you how to embed a player right in a Web page |
Introduction to HTML |
| HTML | Views: 0 | |
| What is an HTML File? HTML stands for Hyper Text Markup Language. An HTML file is a text file containing small markup tags. The markup tags tell the Web browser how to display the page.
An HTML file must have an htm or html file extension.
An HTML fi.. |
Image Use on the Web |
| HTML | Views: 0 | |
| Images are one design element that people feel they simply cannot exclude from their Web sites. For the most part, images do enhance and add to a site when properly utilized, however, when abused they can ruin an otherwise creative and informative site a.. |
Basic Frames Tutorial |
| HTML | Views: 2 | |
| The most basic set of frames requires 3 .html documents: 1) The Frameset Document 2) A Source Page 3) Another Source Page |
|