3
Reply

How to create a table in HTML?

Mahesh Chand

Mahesh Chand

May 05, 2012
2.8k
0

    One Two Three

    Sathishkumar AT
    December 27, 2016
    1

    One Two Three
    One Two Three
    One Two Three

    Sathishkumar AT
    December 27, 2016
    0

    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

    Seenu Chiranjeevi
    November 11, 2014
    0