HTML Tables


HTML Tables

HTML (HyperText Markup Language) is the standard markup language used to create and structure web pages. It defines the layout of a webpage using elements and tags, allowing for the display of text, Images, Videos and multimedia content.

Basic HTML Table Structure

Tables in HTML are used to organize and display data in a structured format using rows and columns. The basic structure of an HTML table includes the following elements:

Example of a basic HTML table structure:

Student Marksheet Example

Student Math Science English Total
Alex 88 92 85 265
Jordan 76 81 90 247
Average 256

Timetable Example

Time Table
Hours Monday Tuesday Wednesday Thursday Friday
Science Maths Science Maths Arts
Science Maths Science Maths Arts
Lunch
Science Maths Science Maths Project
Science Maths Science Maths

Back to top