Curriculum
Course: Start HTML 5
Login
Video lesson

HTML Rowspan Part 2

HTML Rowspan

<Html>

<head>

<title></title>

</head>

<body>

<table border=1 bordercolor=red width=50% height=50%>

 

<TR> 

<TD ROWSPAN=3>A</TD> <TD>B</TD> <TD>C</TD>

</TR>

<TR> 

<TD>E</TD>  <TD>F</TD>

</TR>

 

<TR>

<TD>H</TD>  <TD>I</TD>

 </TR>

 

</table>

</body>

 

</Html>

This website uses cookies and asks your personal data to enhance your browsing experience. We are committed to protecting your privacy and ensuring your data is handled in compliance with the General Data Protection Regulation (GDPR).