Computer Science, asked by devagope24, 11 months ago

which are the attributes of <A> tag ?​

Answers

Answered by ketubh
1

Explanation:

right left center and justify are attributes of a tag

Answered by sd9795553
0

Answer:

The <a> tag defines a hyperlink, which is used to link from one page to another.

The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

By default, links will appear as follows in all browsers:

An unvisited link is underlined and blue

A visited link is underlined and purple

An active link is underlined and red

Similar questions