Html (15)

12 Principles For Keeping Your Code Clean | Smashing Magazine
Beautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its foundation, right?
Tags: css, html, webdesign, webstandards, article - view - bharath - 11/14/2009 - 11:48 - - -
submit

HTML Tutorial
With HTML you can create your own Web site. This tutorial teaches you everything about HTML. HTML is easy to learn - You will enjoy it.
Tags: html, tutorial - view - prasanth - 10/21/2009 - 02:35 - - -
submit

* HTML for the Conceptually Challenged
HTML ( H yper T ext M arkup L anguage) is the language used to write Web pages. You are looking at a Web page right now. You can view HTML pages in two ways:
Tags: html, tutorial - view - prasanth - 10/21/2009 - 00:52 - - -
submit

Colors on the Web | HTMLPrimer
Colors can be applied to virtually every visual element: backgrounds, text, borders, etc. That can be done with either HTML or CSS, but the principle is the same with both approaches.
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:45 - - -
submit

Hyperlinks | HTMLPrimer
A "hyperlink" is an element in a document that gives you access to remote or local content it references. When applied to web pages, hyperlinks, or links for short, can be text, images, or blocks that take you to some other document on the web when you click on them.
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:45 - - -
submit

Placing Pictures | HTMLPrimer
The element The basic syntax for placing an image in a web page is as follows:
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:44 - - -
submit

Formatting Text | HTMLPrimer
A professional web designer will do most of his text formatting and positioning with CSS (that is covered in the CSS chapters of the Primer), but HTML remains the needed basis for virtually every part of the web design process. Older but still valid specifications of the language allow for formatting of text and design using exclusively HTML tags,
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:44 - - -
submit

Structure of an HTML Document | HTMLPrimer
Every HTML document consists of two basic parts: the "head" and the "body." The head starts with the tag and ends with the , for the body the tag is used in a similar manner. Both the head and the body must be enclosed in ....
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:43 - - -
submit

Creating and Viewing HTML Documents | HTMLPrimer
Every file ending in .html will be opened by a web browser after you click, or double-click, on it. If placed on a web server, it will be a page on the world wide web. Alternatively, you can save your web pages with the three letter extension .htm.
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:42 - - -
submit

The Tools You Will Need | HTMLPrimer
There are two basic requirements for writing HTML: a web browser (or even better -- several different browsers), and a good text editor. You can get them all for free. Obviously, you will also need time and a computer.
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:42 - - -
submit

html XML feed