Computer Science, asked by shreyabasak2020g, 1 month ago

Pls do the coding and tell me d answer​

Attachments:

Answers

Answered by aburnming
1

Answer:

Heyo!

Explanation:

Border: table, th, td {

 border: 1px solid black;

Table: <table>

 <tr>

   <th>Company</th>

   <th>Contact</th>

   <th>Country</th>

 </tr>

 <tr>

   <td>Alfreds Futterkiste</td>

   <td>Maria Anders</td>

   <td>Germany</td>

 </tr>

Background Color

body {

 background-color: lightblue;

}

Similar questions