ورود

View Full Version : مشکل در ساخت عنوان جدول



programm1
جمعه 26 دی 1393, 19:58 عصر
با سلام

127626


من میخواستم یک جدول مثل بالا بسازم

الان طرحی که من ساختم به صورت زیر شده چطور باید به صورت طرح بالا در بیارمش

127627


با استفاده از table ساختم

ممنون میشم راهنمایی کنید

ABZiko
شنبه 27 دی 1393, 14:20 عصر
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<fieldset>
<legend>Ali Bahaari</legend>
<table width="100%" border="1">
<tr>
<td>1</td>
<td>2</td>
</tr>
</table>
</fieldset>
</body>
</html>