blogger को पोस्टमा html टेबल बनाउने तरिका

 <html>
<head>
<style>
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #0ac739;
}
</style>
</head>
<body>

<h2> मार्मिक जब कामदार छनोट सुची </h2>

<table>
  <tr>
    <th>कम्पनिको नाम </th>
    <th>सम्पर्क ठेगाना </th>
    <th>छनौट भयको व्यक्तिको नाम</th>
    <th>सम्पर्क मोबाइल नम्बर</th>
    <th>कैफियत</th>
  </tr>
  <tr>
    <td>मार्मिक जब </td>
    <td>श्याम्भु काठमाडौँ </td>
    <td>सुमन भुजेल </td>
     <td>९८६३१७४४२७</td>
     <td>नमुना छनौट </td>
  </tr>
 
 
</table>

</body>
</html>

Post a Comment

Please do not enter any spam link in the comment box

Previous Next

نموذج الاتصال