Friday, March 5, 2010

HTML : Images, Frame And Special Characters

We have learn more about HTML. We know that HTML is (H)yper(T)ext (M)arkup (L)anguage. HTML tags are elements of the HTML document used to specify how the document should be displayed by the browser. Attributes are associated with each tag to further define the tags. In HTML Format, we learned format font and format header. In HTML Table, we have know format TR and TD. And we have know about HTML list hand hyperlink.

In this section, we will know about HTML images, HTML frame and special characters. HTML Image write with <img>. The <img> tag is used to embed an image on the HTML document. The attributes are as follows:
src: The file path to the image file.
width: The width of the image, in pixels.
height: The height of the image, in pixels.
alt: The text the browser will display when visitors mouse over the image. Search engines often places more weight on the text in the alt attribute.