Thursday, 27 June 2013

INSERTING IMAGES

Just like different fonts and lists can be added in an HTML document, graphics can also be added to make the document look...

NESTING LIST

HTML allows nesting of lists, i.e., any kind of list can be nested inside any other list. For example, an ordered list...

CREATING LISTS

HTML support several types of lists elements that are include within the BODY tag of the documents. These elements may...

Tuesday, 25 June 2013

FONT TAG

The FONT tag in HTML is used to specify the size, colour, and font of the text it encloses. The FONT tag is a container...

Bold, Underline, and Italic tags

Thr Bold tag is used to mark the text as bold. It is a container element. For example, This text is <B>bold</bold> The...

HEADING TAG

HTML defines six level of headings. The HEADING element can be used to give section headings. It is a container element....

COMMENT ELEMENT

Amy text place between the <COMMENT> and </COMMENT> tags will be ignored by the browser. It helps in editing...