What is an attribute in HTML ?
14 Likes
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>
<BODY bgcolor = "white">
Answered By
8 Likes
HTML stands for …………… .
What do you understand by 'Tag' ?
Define the tag, <HTML>.
HR tag is used for …………… .