tabelka modeli procesorów Intel

<?php
$generations = [
    ["Generacja 1", "30 września 2009"],  // Nehalem
    ["Generacja 2", "5 stycznia 2011"],   // Sandy Bridge
    ["Generacja 3", "29 kwietnia 2012"],  // Ivy Bridge
    ["Generacja 4", "4 czerwca 2013"],    // Haswell
    ["Generacja 5", "5 września 2014"],   // Broadwell
    ["Generacja 6", "2 września 2015"],   // Skylake
    ["Generacja 7", "3 stycznia 2017"],   // Kaby Lake
    ["Generacja 8", "21 sierpnia 2017"],  // Coffee Lake
    ["Generacja 9", "19 października 2018"], // Coffee Lake Refresh
    ["Generacja 10", "30 kwietnia 2020"], // Comet Lake
    ["Generacja 11", "30 marca 2021"],    // Rocket Lake
    ["Generacja 12", "4 listopada 2021"], // Alder Lake
    ["Generacja 13", "17 października 2022"], // Raptor Lake-S
    ["Generacja 14", "17 października 2023"], // Raptor Lake Refresh
];

// echo '<table style="background-color: #38629F; color: #FFFFFF; border: 1px solid #FFFFFF;">';
echo '<tr><th>Generacja Procesorów Intel</th><th>Od</th></tr>';
foreach ($generations as $generation) {
    echo '<tr><td>' . $generation[0] . '</td><td>' . $generation[1] . '</td></tr>';
}
echo '</table>';
?>
Lp.MODELdata wydania
1Intel Core i3-53031 marca 2010
2Intel Core i3-54031 marca 2010
3Intel Core i3-55031 marca 2010
4Intel Core i3-56030 czerwca 2010
5Intel Core i5-75030 czerwca 2010
6Intel Core i5-76030 czerwca 2010
7Intel Core i5-65030 czerwca 2010
8Intel Core i5-66031 marca 2010
9Intel Core i5-66131 marca 2010
10Intel Core i5-67031 marca 2010
11Intel Core i7-92031 marca 2010
12Intel Core i7-94031 marca 2010
13Intel Core i7-965 Extreme Edition31 grudnia 2008
14Intel Core i7-93031 grudnia 2008
15Intel Core i7-95030 czerwca 2009
16Intel Core i7-96031 grudnia 2009
17Intel Core i7-97030 czerwca 2009
18Intel Core i7-980X Extreme Edition31 marca 2010

Generacja 2

Generacja 3

Generacja 4