HTML
画像
・画像配置
・画像の外枠
・画像とテキストの位置
・画像に回り込ませる
・画像二段階表示
|
画像の外枠
<img src="画像URL" border="太さ">
太さ :ピクセル
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/tr/rec-html40/loose.dtd">
<html>
<head>
<title>画像の外枠</title>
<meta http-equiv="content-style-type" content="text/css">
</head>
<body>
<img src="sam_ht061.gif" border="5" alt="samplt061" width="200" height="200" style="border-color: #ffffff;">
</body>
</html>
sample
|
|