Question

2. Table Twisters (file posted under Projects) a. Create a Web site containing the “4 X 4” table listed under projects (just place the letters in the center of each square; you do not have to add colo...

2. Table Twisters (file posted under Projects) a. Create a Web site containing the “4 X 4” table listed under projects (just place the letters in the center of each square; you do not have to add color – HINT: you will have to use “ row and column span” code and will need to look them up in the tutorial of your choice. (15 points) b. Optional: Create a Web site containing the “Straddle” Table – 3 additional points, added to your HTML project.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
text-align:center;
}
th, td {
padding: 5px;
text-align:center;
}
th {
text-align: center;
}
</style>
</head>
<body>

<table style="width:100%">
   <tr>
    <th>A</th>
    <th>B</th>
    <th>C</th>

    <th>D</th>
</tr>

<tr>
    <th>E</th>
    <th>F</th>
    <th>G</th>

    <th>H</th>
</tr>

<tr>
    <th>I</th>
    <th>B</th>
    <th>C</th>

    <th>D</th>
</tr>

<tr>
    <th>A</th>
    <th>B</th>
    <th>C</th>

    <th>D</th>
</tr>
</table>

</body>
</html>

Add a comment
Know the answer?
Add Answer to:
2. Table Twisters (file posted under Projects) a. Create a Web site containing the “4 X 4” table listed under projects (just place the letters in the center of each square; you do not have to add colo...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • Need help starting from question 9. I have tried multiple codes but the program says it is incorrect. Case Problem 1 Da...

    Need help starting from question 9. I have tried multiple codes but the program says it is incorrect. Case Problem 1 Data Files needed for this Case Problem: mi pricing_txt.html, mi_tables_txt.css, 2 CSS files, 3 PNG files, 1 TXT file, 1 TTF file, 1 WOFF file 0 Marlin Internet Luis Amador manages the website for Marlin Internet, an Internet service provider located in Crystal River, Florida. You have recently been hired to assist in the redesign of the company's website....

  • In this project, you will work with sales data from Top’t Corn, a popcorn company with...

    In this project, you will work with sales data from Top’t Corn, a popcorn company with an online store, multiple food trucks, and two retail stores. You will begin by inserting a new worksheet and entering sales data for the four food truck locations, formatting the data, and calculating totals. You will create a pie chart to represent the total units sold by location and a column chart to represent sales by popcorn type. You will format the charts, and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT