HTMLメールはむつかしいね
だけどひとつづ、覚えていこうね。必ずどこか共通点があるものソースまたタグそれぞれ基本に取り組んで。
いつかは道が開けるとこのソースなど区切り方。Martinは高いくせに見た目がしょぼいのだ。、いろいろ(?)やってみるのだ


<html>
<head>
<title>テキストの色・背景・スタイルを変更</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
.title { color:#ffffff;
background-color:#000066;
font-weight:bold;
font-size:18pt;
font-style:italic;
text-decoration:
underline overline;}
.type1 { text-decoration: underline;
background-color: #FF9999;
font-weight: 700;}
.type2 { text-decoration: blink;}
.type3 { text-decoration: line-through;
font-size: smaller;}
-->
</style>
</head>
<body bgcolor="#FF6633" text="#000000">
<p><span class="title">HTMLメールはむつかしいね</span><br>
だけどひとつづ、<span class="type1">覚えて</span>いこうね。必ずどこか共通点があるもの<span class="type1">ソース</span>また<span class="type1">タグ</span>それぞれ基本に取り組んで。<br>
いつかは道が開けると<span class="type1">この</span>ソースなど区切り方。<span class="type3">Martinは高いくせに見た目がしょぼいのだ。</span>、いろいろ(?)<span class="type1">やってみるのだ</span>? </p>
</body>
</html>