Nesting HTML- anchor tags

前端 未结 5 2188
既然无缘
既然无缘 2020-12-06 17:38

Today I was working on a tab navigation for a webpage. I tried the Sliding Doors approach which worked fine. Then I realized that I must include an option to delete a tab (u

5条回答
  •  攒了一身酷
    2020-12-06 17:56

    I suspect that working or not working nested links might depend if your browser renders page in strict mode (e.g. XHTML DTD, application/xml+html MIMEtype), or in "quirks" mode.

提交回复
热议问题