Computer Science, asked by salmon46, 11 months ago

define tag and attribute

Answers

Answered by Anonymous
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 Anonymous
0

 \textbf{Tag}

A pair of elements in an HTML document that comprises the left angular bracket(<), a tag name and right angular bracket (>).

<b>

 \textbf{Attribute}

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