Web Development

Create A Shopping List With The Help Of Html & Css

One of its important features is the ability to create tables, which help display data in a clear, organized, and readable format using rows and columns.

With tags like <table>, <tr> (table row), <td> (table data), and <th> (table header), HTML allows users to present structured information such as schedules, price lists, or comparison charts directly in the browser.

These tables are essential for organizing complex data and making it easy for visitors to scan and understand information quickly.

 

πŸ“What the Tags Do :



  1. <title>: Sets the title in the browser tab.




  2. <p>: Adds a short paragraph or description.




  3. <table>: Creates the table structure.




  4. <tr>: Defines a table row.




  5. <th>: Creates a header cell (bold and centered).




  6. <td>: Inserts regular data in each cell.




  7. <link rel="icon">: Displays the small icon (favicon) in the tab.



Image



Share on Other Platforms

Copy Link
WhatsApp
Facebook

Category: Web Development Tags: #html-css-js

1 Comments


  • Image placeholder
    Priyanshu Gupta

    June 24, 2025, 8:09 p.m.

    πŸ‘πŸ‘

    Liked by: Priyanshu Gupta