Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> img { border: 3px solid black; } </style> <img src="/pix/samples/15m.jpg" alt="Boat at Phi Phi, Thailand"> <hr> <p>More info: <a href="/html/codes/html_image_borders.cfm">HTML Image Borders</a>, <a href="/html/tags/html_img_tag.cfm"><code>img</code></a>, <a href="/css/properties/css_border.cfm"><code>border</code></a>.</p>