3
Reply

How to create a table in HTML?

Mahesh Chand

Mahesh Chand

12y
2.8k
0
Reply

    One Two Three

    One Two Three
    One Two Three
    One Two Three

    we can create a table using

    and tag under taghere the simple example code:
    name login id course name marks
    steve 01234 c++ 99
    john 02157 c# 100
    it will create a table like this:name login id coursename marks steve 01234 c++ 99 john 02157 c# 100