Html 4 For Dummies (10)
- 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 - - -
- 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 - - -
- 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 - - -
- 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 - - -
- 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 - - -
- 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 - - -
- 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 - - -
- What is HTML? | HTMLPrimer
-
HTML stands for Hypertext Markup Language. A markup language combines text and extra information about the text. The extra information, related to the text's structure and presentation -- things like whether the text is bold, where it is positioned on the page, etc.
Tags: html, html 4 for dummies, article - view - prasanth - 10/19/2009 - 22:41 - - -
- HTML Books for Beginners
-
There are so many books on HTML, it's hard to decide what is the best. These books are good for beginners because they are very visual, use lots of examples and descriptions, and aren't afraid to explain even the simplest of tasks. If you're a beginner who wants to learn HTML, you won't go wrong picking up one of these books.
Tags: html, html 4 for dummies, books - view - prasanth - 10/19/2009 - 22:39 - - -
- Dave Raggett's Introduction to HTML
-
This is a short introduction to writing HTML. What is HTML? It is a special kind of text document that is used by Web browsers to present text and graphics. The text includes markup tags such as <p> to indicate the start of a paragraph, and </p> to indicate the end of a paragraph.
Tags: html, html 4 for dummies, tutorial - view - prasanth - 10/19/2009 - 22:37 - - -