Purchase Solution

html - table and borders

Not what you're looking for?

Ask Custom Question

Trying to make a table with uneven cell sizes. I have made the cells and 2 tables which I'm trying to combine into 1 table and then make borders around that table (and around the cells as well).

my code is:
<table width="200" height="200">
<caption>Table 1</caption>
<tr><td><table border="1">
<tr><td height="50" width="50"> </td></tr>
<tr><td height="150" width="50"> </td></tr>
</table>
</td>
<td><table border="1">
<tr><td height="150" width="150"> </td></tr>
<tr><td height="50" width="150"> </td></tr>
</table>
</td></tr>
</table>

I have borders around the 2 tables, but don't know how to produce just the border of the whole table with borders of the single cells.

Purchase this Solution

Solution Summary

This solution helps make a table with uneven cell sizes using html. Example codes are included in the solution.

Solution Preview

Dear student,

Please find the solution attached.

Thanks,
Kavita Narang

(--Please note that my work should only be used as a guidance and not be copied into your assignments.
The answers available here are meant ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.