Html how to make H1, H2, etc as links?

前端 未结 2 1555
南旧
南旧 2021-02-02 10:06

What is the correct code for turning a h1, h2 etc heading into a link and search engines index texts of header and link both?

Is it:



        
2条回答
  •  半阙折子戏
    2021-02-02 10:54

    If You go with code1

    heading

    you are just able to make it as a link with highlight feature. But If you go with code2

    heading

    you will probably able to satisfy some css property as h1 a{ //hover or text decoration}

    I will go with second code. ... Both will work.

提交回复
热议问题