How to link an image and target a new window

后端 未结 6 1404
孤城傲影
孤城傲影 2020-12-10 23:33

I have a picture, if I click onto that picture, how can I build an image reference so another page opens in a new tab or a new window of my browser displaying the picture?

6条回答
  •  春和景丽
    2020-12-11 00:25

    Assuming you want to show an Image thumbnail which is 50x50 pixels and link to the the actual image you can do

    
    

    Of course it's best to give that link a class or id and put it in your css

提交回复
热议问题