Skip to content

Instantly share code, notes, and snippets.

@ibrhmbzkrtcom
Created February 4, 2025 10:12
Show Gist options
  • Save ibrhmbzkrtcom/9fa5446ed73daf875379c28df18abf0f to your computer and use it in GitHub Desktop.
Save ibrhmbzkrtcom/9fa5446ed73daf875379c28df18abf0f to your computer and use it in GitHub Desktop.
4. Complex Table Layouts
<table border="1">
<tr>
<th>Name</th>
<th colspan="2">Contact Information</th>
</tr>
<tr>
<td>Alex Green</td>
<td>Email: alex@example.com</td>
<td>Phone: 123-456-7890</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment