الگو:الگو کپی رایت

== لابابلابلا ==لاتبلا

<!DOCTYPE html>
<html  lang=”fa” dir=”rtl”>
    <head>
<link href=”style.css” rel=”stylesheet” type=”text/css”>
<meta charset=”utf-8″>
      <title>
          اینجا عنوان سایت است
      </title>
   </head>
   <body>
        <p> نوشتن هر متنی که دلتون میخواد</p>
       <table>
         <tr>
              <th>عنوان اول</th>
              <th>عنوان دوم</th>
              <th>عنوان سوم</th>
        </tr>
        <tr>
             <td>متن اول</td>
             <td>متن دوم</td>
             <td>متن سوم</td>
        </tr>
        <tr>
            <td>متن اول</td>
            <td>متن دوم</td>
            <td>متن سوم</td>
       </tr>
</table>
  </body>
</html>