Write a program in HTML to create the following tables.
Alpha
Beta
Gamma
Tilde
Lambda
1
2
3
4
Zeta
Delta
Omega
Kappa
Answers
Answer:
alpha
Explanation:
alpha is a program
Answer:
hiiii this is a very simple question
please please please.. mark me the best
Explanation:
<HTML>
<HEAD><TITLE> A Table </TITLE>
</head>
<BODY>
<TABLE border =1 >
<TH rowspan=5 valign="center"> Alpha</TH> <TH colspan =5> Beta </TH> </tr>
<TH rowspan=2 valign="center"> gamma</TH> <TH colspan =2> Tilde </TH>
<TH colspan =2> Lambda </TH></TR>
<TH>1</TH> <TH>2</TH> <TH>3</TH> <TH>4</TH> </TR>
<TH rowspan=2 valign="center"> Zetta </TH> <TH colspan =2> Delta </TH>
<TH colspan =2> Theta </TH></TR>
<TH colspan =2> Omega </TH><TH colspan =2> Kappa </TH>
</TABLE>
</BODY>
</HTML>
i did a lot of effort and i must be awarded the same so please rate and like
if somebody thinks this is wrong then check it by practicals.