Computer Applications

What is an attribute in HTML ?

HTML Intro

14 Likes

Answer

An attribute is a special word used inside tag to specify additional information to tag such as color, alignment, etc. For example, 'bgcolor' attribute of <BODY> tag is used to set the background colour of an HTML document.

<BODY bgcolor = "white">

Answered By

8 Likes


Related Questions