The HTML and CSS Posts are to be stopped few days and we will begin with a Software called Alice! So please download the software by Clicking Here.. and do install Java as it uses it..
Ok.... So now we are done with a lot of lists.. now let us study about tables... Well all of you know what are tables...Now lets make a table in HTML... <html> <body> <table style="width:100% border="1" "> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> <tr> <td>John</td> <td>Doe</td> <td>80</td> </tr> </table> </body> </html> Your result must be somewhat like this :- ok now lets understand this code... Tables are defined w...
Comments
Post a Comment