What does the “a” in the html tag stand for?

前端 未结 4 729
抹茶落季
抹茶落季 2021-01-01 17:25

As most of you know, the tag is (mostly) used in html to make a hyperlink like

Click me
         


        
4条回答
  •  情话喂你
    2021-01-01 18:10

    Stands for anchor tag. The tag defines a hyperlink, which is used to link from one page to another.

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

提交回复
热议问题