Skip to content

Instantly share code, notes, and snippets.

@mhnabi
Created January 29, 2017 21:15
Show Gist options
  • Save mhnabi/d6d1649733e43ff7ff95f3bdbbde3b8b to your computer and use it in GitHub Desktop.
Save mhnabi/d6d1649733e43ff7ff95f3bdbbde3b8b to your computer and use it in GitHub Desktop.
<html>
<header>
<title>
تمرین اول
</title>
<h1 align = "center">محمد حسین نبی</h1>
</header>
<body>
<p align = "center">
نسخه ی ابتدایی و تمرینی برای اینکه ببینیم چه خبره، خدا کمک کنه جای خوبی برسه
</p>
<table border="1px" width = "50%" height="10px" align = "center" bgcolor = "#99f3f4" cellspacing = "0px">
<tr align ="center" bgcolor = "#f34747">
<td >
نام
</td>
<td>
نام خانوادگی
</td>
<td>
شماره ملی
</td>
</tr>
<tr align ="center">
<td>
محمد حسین
</td>
<td>
نبی
</td>
<td>
0015443521
</td>
<tr align ="center">
<td>
جواد
</td>
<td>
ارجمندی
</td>
<td>
0078957522
</td>
</tr>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment