Computer Science, asked by zaidk3520, 11 months ago

Write a code in html to display the value of the 1 row and 2 column value

Answers

Answered by meghakatiyar1
0
hey here is your answer
<rowspan=1>
<colspan=2>
Answered by Anonymous
0
\textbf{&lt;html&gt; &lt;head&gt;&lt;title&gt; tt &lt;/title&gt;&lt;/head&gt;&lt;body&gt;<br /><br />&lt;table border ="2"&gt;<br />&lt;tr&gt;<br />&lt;td rowspan="1"&gt;<br />Roll <br />&lt;/td&gt;<br />&lt;td colspan="2"&gt;Name &lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;/body&gt;<br />&lt;/html&gt;}
Attachments:
Similar questions