Tuesday, May 15, 2007

HTML - Attributes

Html attributes are used to make your tags unique. Every tag can be unique. Such as lets use the body tag we already now.

<body bgcolor="red"> In this case the attribute we use here sets your page's background color to red.

Attributes can be used to make your texts bold , bigger , smaller...

No comments: