Computer Science, asked by satvikmaheshwari0629, 4 months ago

Write HTML code to produce following table :
A
D
B
E
C
F

Answers

Answered by sanjeevmall17
0

Answer:

AD BE CF

PLEASE MARK ME AS BRILLIANT PLEASE FOLLOW ME ALSO PLEASE PLZZ

Answered by Anonymous
2

Answer:

<html> <head><title></title></head> <body> <table border="2" frame="void" rules="cols"> <tr> <td>A</td> <td>D</td> </tr> <tr> <td>B</td> <td>E</td> </tr> <tr> <td>C</td> <td>F</td> </tr> </table> </body> </html>...

hope it helps uh...

Explanation:

MissSadBacha...✌️

Similar questions