Code
Execute
<!DOCTYPE html> <html> <head> <title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy rowspan attribute</title> </head> <body> <table border ="1"> <tr> <th>Wikitechy</th> <th>Content</th> </tr> <tr> <td>HTML</td> <td rowspan ="2">Tutorials</td> </tr> <tr> <td>CSS</td> </tr> </table> </body> </html>
Result