New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter1: Getting Started With Html5: Creating A Website For A Food Vendor
Section: Chapter Questions
Problem 1CP4
icon
Related questions
Question

See the code where I am doing worng 

Correct the code and attached the output also

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Information table, th, td{ border: 1px solid green; } h1{ font-weight: normal; text-align: center; margin: 0; } </style> </head> <body> <h1>Information</h1> <table> <tr> <th>Company Name</th> <th>Phone</th> <th>Address</th> </tr> <tr> <td rowspan="2">Microsoft</td> <td>1234</td> <td>Princeton street</td> </tr> <tr> <td>5678</td> <td>WDC</td> </tr> <tr> <td colspan="3" align="center"> copyright &copy; abcmicro </td> </tr> </table> </body> </html>

 

 

Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Keywords
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning