MASAO world!




h1要素の上マージンに大きなマイナス値を指定して、画像の上に文字を重ね合わせたものです。


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>画像と文字を重ねる</title>
<style type="text/css">
<!--
body { background-color: #FDD; color: black; }
h1#title { font: bold 2em Verdana; color: blue;
margin-top: -70px; }

-->
</style>
</head>
<body>

<p><IMG src="file:///D:/My Documents160304/161208hp/css/purpie moon/princ.gif" width="64" height="104" border="0"></p>
<h1 lang="en" id="title">MASAO world!</h1>
<P><BR>
<BR>
<BR>
h1要素の上マージンに大きなマイナス値を指定して、画像の上に文字を重ね合わせたものです。</P>
</body>
</html>