キーワードitalicは、イタリック体を使うことを指定します。obliqueは、単純な斜体を使うことを指定します。


<!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">
<!--
em { font-style: normal; background-color: yellow; }
-->

</style>
</head>
<body>

<p>キーワードitalicは、<em>イタリック体</em>を使うことを指定します。obliqueは、単純な<em>斜体</em>を使うことを指定します。</p>

</body>
</html>