Taking HTML in school, making a PC based website, Ideas?

[html]<!DOCTYPE html> <html> <head> <title>PCMasterRace</title> </head> <body style="background-color:gray"> <div id="container" style="max-width:1024px;width:100%;margin:0 auto;margin-top:5px;background-color:yellow;color:black;"> <h1>The Glorious PC master race</h1> <h3>Why join</h3> <ol> <li>Cheaper considering lifespan</li> <li>Free online</li> <li>Cheaper games</li> <li>steam sales</li> <li>Better Graphics</li> <li>Emulators for older consoles</li> <li>Can be used for more than gaming</li> </ol> <h3>Example builds</h3> <table> <tr> <td>Build NO#</td> <td>CPU</td> <td>RAM</td> <td>HDD</td> <td>GPU</td> <td>PSU</td> </tr> <tr> <td>Build 1</td> <td>CPU 1</td> <td>RAM 1</td> <td>HDD 1</td> <td>GPU 1</td> <td>PSU 1</td> </tr> <tr> <td>Build 2</td> <td>CPU 2</td> <td>RAM 2</td> <td>HDD 2</td> <td>GPU 2</td> <td>PSU 2</td> </tr> <tr> <td>Build 3</td> <td>CPU 3</td> <td>RAM 3</td> <td>HDD 3</td> <td>GPU 3</td> <td>PSU 3</td> </tr> </table> </div> </body> </html>[/html]

Not sure if that table works for you, but for me it didn't so I fixed it :)

/r/pcmasterrace Thread Link - imgur.com