鳳梨麵包

Generation

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>3D Music sequencer</title> </head> <style> #main { width: 100%; height: 100%; background-color: #000000; color: #ffffff; text-align: center; } #main .container { width: 100%; height: 100%; background-color: #000000; color: #ffffff; text-align: center; } #main .container .row { width: 100%; height: 100%; background-color: #000000; color: #

You can use the following code to get the desired output. <!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; } </style> </head> <body> <table> <tr> <th>Name</th> <th>Age</th> <th>Gender</th>

Questions about programming?Chat with your personal AI assistant