Ask your own question, for FREE!
Computer Science 23 Online
OpenStudy (anonymous):

SOMEONE PLEASE HELP ME IM SO CONFUSED!

OpenStudy (anonymous):

What type of table would this code produce? Table with three rows, two columns, width is 1/2 the screen with a thin border Table with two rows, three columns, width of each row is 1/2 the screen with a thin border Table with two rows, three columns, width is 1/2 the screen with a thin border Table with three rows, two columns, width of each row is 1/2 the screen with a thin border

OpenStudy (anonymous):

please explain your answer

OpenStudy (anonymous):

Since there are 2 <tr> commands that means there is 2 rows. Inside each <tr> block are 3 <td> blocks and thus 3 columns. the table has a specified width of 50%. Therefore, option 3 is most accurate although option 2 basically says the same thing. You should try typing this into a text file with some text between each <td></td> pair like <td>Test text</td> Save it as say "test.html" and load it into your browser. You will see exactly what it does.

OpenStudy (anonymous):

thank you!!!

OpenStudy (dumbsearch2):

OH gosh. You PMed me about this... AWWW SNAP! I MISSED IT!! I can't explain it better then @msmithhnova, my my medal goes to her! yeah, 50% is half the screen... best thing is to save it as an HTML file, see for yourself!! Or, go to a site I programmed, http://triwebsite.webs.com/ for testing out code ;)

OpenStudy (anonymous):

this is html code your table uses 50 percent of the webpage, example: lets assume your page is 800px width and this page is using 50% of that which is 400px, so table width = 400px; it's liquid layout. table has 3 rows and two columns, View of the table: ▌▌▌ ▌▌▌

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!