Html程序  |  22行  |  382 B

<!DOCTYPE html>
<html>
<head>
  <title>$1</title>
  <style type="text/css">
  #title {
    font-weight: bold;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
  }
  #description {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
  }
  </style>
</head>
<body dir="$3">
  <div id="title">$1</div>
  <div id="description">$2</div>
</body>
</html>