define tag and attribute
Answers
Answered by
14
a tag is a coded HTML command that indicates how part of web page should be displayed
an attribute is a special word used inside tag to specify additional information to tag such as color, alignment etc
I hope this will help you ❤️❤️❤️❤️❤️❤️❤️
Answered by
0
A pair of elements in an HTML document that comprises the left angular bracket(<), a tag name and right angular bracket (>).
<b>
The attributes of an element are given along with the name in the angular brackets of the start tag. The attribute of a tag are the properties associated with it. The attributes are written with the angular brackets.
<Body........>
Similar questions