27
May
2007

What is CSS0

What is CSS?

Style sheets are a very powerful tool for the Web site developer. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did.

Style sheets are a very powerful tool for the Web site developer. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did.

Invented in 1997, Cascading Style Sheets (CSS) are just now starting to be widely used among browsers and Web developers are learning to be more comfortable with them. Those of you who use HomeSite 4.0 know that they are eventually going to take the place of tags such as <FONT>, which have been deprecated in HTML 4.0.

There are three parts to CSS: the styles, their placement, and the fact that they can cascade.

The Styles

One of the more common styles applied to HTML is the color and size of text. In HTML 3.2 you would create a blue H4 headline like this:

Please continue reading here.

1
December
2006

Gluehwein4

Have you ever been to Germany during winter season? And have you tried drinking the famous Gluehwein? Okay, if you haven’t tried it yet then here is the recipe for you.

Ingredients:

  • 1 bottle of red table wine
  • 1/4 cup water
  • 1 cup sugar
  • 2 whole cloves
  • 2 cinnamon sticks
  • lemon and orange peel

Procedure:

Boil all ingredients together except the wine and reduce by half.
Strain and add the wine.
Bring the mixture almost to the boiling point.
Serve hot.
Enjoy with lots of friends.

27
November
2006

HTML Lists0

Unordered Lists

An unordered list is a list of items. The list items are marked with bullets (typically small black circles).

An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.

This example demonstrates an unordered list.

  • Philippines
  • Japan
  • Thailand
  • Malaysia
  • Indonesia
  • Vietnam

Ordered Lists

An ordered list is also a list of items. The list items are marked with numbers.

An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.

  1. Germany
  2. France
  3. Netherland
  4. Belgium
  5. Luxemburg
  6. Switzerland
  7. Austria
  8. Italy