Computer Science, asked by chaudharydevansh426, 7 months ago

what is an attribute in HTML tag?​

Answers

Answered by Anonymous
1

Answer:

HTML attributes are a modifier of an HTML element type. An attribute either modifies the default functionality of an element type or provides functionality to certain element types unable to function correctly without them. In HTML syntax, an attribute is added to an HTML start tag.

Answered by pcjaiswal71
1

Answer:

An attribute is used to define the property or characteristics of an HTML tag and is placed inside the tag's opening tag. A tag is the basic 'item' and an attribute is some extra detail, for example,

<p align="right">

Similar questions