Question

Write the shell HTML code to generate the following table Include any required attributes Include code to render the table accessible Subscription Pricing License Monthly Yearly Employee Type Number Subscription Maintenance Subscription Maintenance $40 $360 $3200 $25 $200 $1800 $450 $4000 $38,000 $290 $2000 $18,000 Individual 10 Site 100

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

Here Is the code to generate above table:-

<table style="width: 669px; height: 197px;" border="2">
<tbody>
<tr style="height: 23px;">
<td style="width: 190px; height: 23px;" colspan="2" align="center" bgcolor="#4187B4"><strong>&nbsp;Licence</strong></td>
<td style="width: 236px; height: 23px;" colspan="2" align="center" bgcolor="#4187B4"><strong>&nbsp;Monthly</strong></td>
<td style="width: 242px; height: 23px;" colspan="2" align="center" bgcolor="#4187B4"><strong>&nbsp;Yearly</strong></td>
</tr>
<tr style="height: 23px;">
<td style="width: 95px; height: 23px;" align="center" bgcolor="#929495">&nbsp;<strong>Type</strong></td>
<td style="width: 95px; height: 23px;" align="center" bgcolor="#929495"><strong>Employee Number</strong></td>
<td style="width: 115px; height: 23px;" align="center" bgcolor="#929495"><strong>Subscription</strong></td>
<td style="width: 121px; height: 23px;" align="center" bgcolor="#929495"><strong>Maintanence</strong></td>
<td style="width: 121px; height: 23px;" align="center" bgcolor="#929495"><strong>&nbsp;Subscription</strong></td>
<td style="width: 121px; height: 23px;" align="center" bgcolor="#929495"><strong>Maintenance</strong></td>
</tr>
<tr style="height: 23px;">
<td style="width: 95px; height: 23px;" align="center" bgcolor="#929495"><strong>Individual&nbsp;</strong></td>
<td style="width: 95px; height: 23px;" align="center">1</td>
<td style="width: 115px; height: 23px;" align="center">&nbsp;$40</td>
<td style="width: 121px; height: 23px;" align="center">&nbsp;$25</td>
<td style="width: 121px; height: 23px;" align="center">&nbsp;$450</td>
<td style="width: 121px; height: 23px;" align="center">&nbsp;$290</td>
</tr>
<tr style="height: 23px;">
<td style="width: 95px; height: 23px;" rowspan="2" align="center" bgcolor="#929495">&nbsp;<strong>Site</strong></td>
<td style="width: 95px; height: 23px;" align="center">10</td>
<td style="width: 115px; height: 23px;" align="center">$360&nbsp;</td>
<td style="width: 121px; height: 23px;" align="center">$200&nbsp;</td>
<td style="width: 121px; height: 23px;" align="center">$4000&nbsp;</td>
<td style="width: 121px; height: 23px;" align="center">$2000&nbsp;</td>
</tr>
<tr style="height: 23px;">
<td style="width: 95px; height: 23px;" align="center">100</td>
<td style="width: 115px; height: 23px;" align="center">&nbsp;$3200</td>
<td style="width: 121px; height: 23px;" align="center">$1800&nbsp;</td>
<td style="width: 121px; height: 23px;" align="center">$38,000&nbsp;</td>
<td style="width: 121px; height: 23px;" align="center">$18,000&nbsp;</td>
</tr>
</tbody>
</table>

Add a comment
Know the answer?
Add Answer to:
Write the shell HTML code to generate the following table Include any required attributes Include code...
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
  • Database Intro Salesmen Sheet Order_info Sheet Business_Info sheet 1.Create your own table design based on the...

    Database Intro Salesmen Sheet Order_info Sheet Business_Info sheet 1.Create your own table design based on the Excel data, and include all relationships (joins). Apply referential integrity rules wherever appropriate. Import the data from Excel to Access to populate tables: 1. Use the Chen technique and illustrate the E-R diagram for the tables you created Note: It may be necessary to change the data composition due to normalization issues, if you change the composition detail how and why; (you may find...

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