国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Use image as link

This example demonstrates:

Use images as links.

Example analysis:

##<a href= "http://miracleart.cn/">

<img border="0" src="/static/images/logo.png" alt="php Tutorial" width="32" height="32"></a></p>


##

Continuing Learning
||
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(miracleart.cn)</title> </head> <body> <p>創(chuàng)建圖片鏈接: <a href="http://miracleart.cn/"> <img border="10" src="/static/images/logo.png" alt="php教程" width="32" height="32"></a></p> <p>無(wú)邊框的圖片鏈接: <a href="http://miracleart.cn/"> <img border="0" src="/static/images/logo.png" alt="php教程" width="32" height="32"></a></p> </body> </html>
submitReset Code