Sunday, October 31, 2010

HTML Continue

In these Blog spot.com we can’t use the HTML Program format. So I have removed the (<)(/>) symbols and I have Bolded the Letters which had Come inside the Bracket.

2. Eg: Link with Web pages

a href=http://www.bankofindia.com This is a link /a

Note: The link address is specified in the href attribute.

3. Eg: HTML Headings

HTML headings are defined with the h1 to h6 tags.

Example

h1This is a heading/h1
h2This is a heading/h2
h3This is a heading/h3

4.Eg:HTML Paragraphs

HTML paragraphs are defined with the p tag.

Example

pThis is a paragraph./p
p
This is another paragraph./p

5. Eg: HTML Images

HTML images are defined with the img tag.

Example

img src="w3schools.jpg" width="104" height="142" /

Note: The name and the size of the image are provided as attributes.

No comments:

Post a Comment