圖片+框
http://a950276788.pixnet.net/blog/post/209928016

圖片+框
圖片浮出線框
<img height=300 src=圖link width=300 style="border: 10px outset #cc0099"/>
圖片虛線框
<img height=300 src=圖link width=300 style="border: 10px dashed #cc0099"/>
圖片嵌入線框
<img height=300 src=圖link width=300 style="border: 10px inset #cc0099"/>
圖片脊線框
<img height=300 src=圖link width=300 style="border: 10px ridge #cc0099"/>
圖片溝線框
<img height=300 src=圖link width=300 style="border: 10px groove #cc0099"/>
圖片雙線框
<img height=300 src=圖link width=300 style="border: 10px double #cc0099"/>
圖片實線框
<img height=300 src=圖link width=300 style="border: 10px solid #cc0099"/>
圖片點線框
<img height=300 src=圖link width=300 style="border: 10px dotted #cc0099"/>
框線條樣式:( 無、點線、實線、雙線、溝線、脊線、嵌入線、浮出線 虛線 )
相對應語法: none︱dotted|solid︱double︱groove︱ridge︱inset︱outset︱dashed