Created
February 4, 2025 10:12
-
-
Save ibrhmbzkrtcom/9fa5446ed73daf875379c28df18abf0f to your computer and use it in GitHub Desktop.
4. Complex Table Layouts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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