मराठी
महाराष्ट्र राज्य शिक्षण मंडळएचएससी विज्ञान (संगणक विज्ञान) इयत्ता १२ वी

Write Html Code for the Following Output : Cricket Analysis - Computer Science 1

Advertisements
Advertisements

प्रश्न

Write HTML code for the following output :

                           Cricket Analysis

Country Played Won Lose
INDIA 30 27 03
PAKISTAN 30 03 27
थोडक्यात उत्तर

उत्तर

<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <h1>Cricket Analysis</h1>
  <table>
    <thead>
      <tr>
        <th>Country</th>
        <th>Played</th>
        <th>Won</th>
        <th>Lose</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>INDIA</td>
        <td>30</td>
        <td>27</td>
        <td>03</td>
      </tr>
      <tr>
        <td>PAKISTAN</td>
        <td>30</td>
        <td>03</td>
        <td>27</td>
      </tr>
    </tbody>
  </table>
</body>
</html>
shaalaa.com
Hyper Text Markup Language (HTML)
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2017-2018 (March)

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×