Archive for the ‘HTML Tips’ Category

Style Sheets

Whenever content are required to be separated from the presentation in formation or designing of a web page or a website, the files that are used to f ... Read Full Article

What is C-HTML?

C-HTML actually has its greater value whenever the discussion about making any web page like material to small information devices is made by the deve ... Read Full Article

What is DHTML?

DHTML is a common term used in Internet or you may say web page development world which normally described with the name “Dynamic HTML”. T ... Read Full Article

What is XHTML?

XHTML is normally or commonly described in the Internet world as “eXtensible HyperText Markup Language”. This markup language, which actua ... Read Full Article

HTML Entities

HTML entities are special characters. These entities are used in HTML and xHTML for displaying special characters. Use entity code in HTML and get spe ... Read Full Article

Implement numbers and bullets format on web page

How to implement numbers and bullets format on web page? HTML users need to implement numbers and bullets format to their web pages. There are few ty ... Read Full Article

How to create frames in HTML?

How to create frames in HTML? Creating frames in HTML is much easy. You have to type the following codes in HTML page. <html> <head> < ... Read Full Article

How to create table in HTML?

How to create table in HTML? HTML tags are easy to use and learn. I explained about creating table in HTML in this article. There are following tags ... Read Full Article

HTML formatting tags

How to set text formats in HTML? HTML pages can contain formatted text. Examples: <b>Bold Text</b> Result: Bold Text <i>Italic Text ... Read Full Article