Skip to content

Karan9927/Table-formation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Hosted Link

https://karan9927.github.io/Table-formation/

Table Styling

image

The styling for the table is defined using the <style> tag. CSS rules are applied to:

  • table: Specifies table properties such as border-collapse and width.
  • th and td: Defines styles for table header cells and data cells.
  • img: Sets the width and height of images in the table.

Table Content

image

The table structure is created using the following HTML tags:

  • <table>: Defines a table.
    • <tr>: Defines a table row.
      • <th>: Defines a table header cell.
      • <td>: Defines a table data cell.
      • <img>: Embeds an image.
      • <a>: Defines a hyperlink.
      • <p>: Defines a paragraph.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages