Benefits Of CSS

What is CSS?

CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS we can control our font size, font color, link color and many other attributes on our web page. This will make our HTML code much more readable and the page size will be reduced.

(more…)

Posted under HTML by Lie Fung on Monday 22 February 2010 at 11:17 pm

Hexadecimal Color Notation on the Web

When designing elements for your webpage, you will often be called upon to specify a color. For example, the code for a span shown below specifies that the color of the text within the span will be yellow.

Text

(more…)

Posted under HTML by Lie Fung on Friday 19 February 2010 at 11:24 pm

Advantages of a Simple Design

Easily maintained

If a design flaw is found for a particular browser, it’s far easier to find and fix the problem in the HTML source of a simple design, compared to a complex one.

(more…)

Posted under HTML by Lie Fung on Wednesday 17 February 2010 at 11:36 pm

Designing your Web Site for ALL Browsers

Let’s face it. Building a web site that browses consistently on multiple platforms and multiple browsers is not always as easy as we would like.

It is safe to say that most designers spend most of their time building their sites on a given platform. Those with the highest standards should, upon completion, take a look at their creation in different browsers and different platforms.

(more…)

Posted under HTML by Lie Fung on Sunday 14 February 2010 at 11:28 pm

How To Get Profits From Your ‘404 Page Not Found’ File

“‘Page Not Found’ on this Server. Check the URL and try again. Or Refresh the page…”

This is the annoying error that we will come across every time we surf the web pages. Internet will be changing every minute and day. The web sites that were here are not found next day. The web pages that were here with ‘/page.html’ are changed to ‘/page1.html’ next day.

(more…)

Posted under HTML by Lie Fung on Friday 29 January 2010 at 12:27 am

Knowing HTML (Part 2)

Things that you have to know before you play with the HTML Code. First you must know that HTML is consist of the HTML Tags. Tags are :
* keywords surrounded by angle brackets like
* HTML tags normally come in pairs like and
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags

(more…)

Posted under HTML by Lie Fung on Saturday 5 December 2009 at 10:05 am

Knowing HTML (Part 1)

HTML stands for HyperText Markup Language is a predominant markup language for web pages. It is used to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms.

(more…)

Posted under HTML by Lie Fung on Wednesday 2 December 2009 at 10:09 pm