How to Use Marquees HTML / Designing
This applies to Internet Explorer only, but if done properly, you'll create a great effect without taking anything away from the Netscape user (who will simply see normal, static text).
Website Design HTML / Designing
I have been designing pages now for 3 years already, and it became somehow repetitive. Especially the structures of the websites. So I thought I would share this with you, I hope you will benefit from this tutorial. Tables are very important in designing websites. Almost all the content are put inside the tables. This tutorial deals with tables. We will basically create tables, and determine what will be put in what column and row.
Tableless vs. Table-based layout HTML / Designing
This article will introduce you to the advantages and disadvantages of tables and tableless advanced design in according to today's standards.
Basics of HTML HTML / Getting Started
We will explain, opening and closing tags of html, every other main tag that goes in between, and we will show you an example of an html page.
Forms Accessibility HTML / Forms
Many readers find HTML forms quite difficult to deal with, what with all the different elements to fill in. There are a variety of methods you can use to guide your readers through a complicated form. Make sure you've read through the basic forms tutorial before tackling this.
Adding Structure to the Web with XHTML HTML tutorial HTML / XHTML
In this tutorial, you'll learn
* What XHTML is and why it was created
* About the differences between XHTML and HTML
* How to create and validate XHTML documents
* How to convert existing HTML documents to XHTML
Form Attachments Part 2 HTML / Forms
This article begins where Part one in our Form Attachment series left off--this time we cover ENCTYPE, ACTION and more!
About Colors in HTML HTML / Getting Started
You probably see a lot of things in HTML documents that look like random sets of characters and numbers. These items such as #FF0FF0 and #E1A0BB when used with COLOR and BGCOLOR tell the browser what color to display your text or background in.