<!DOCTYPE html>

<html>

<head>

    <title>Fast & Furious 6 Details</title>

</head>

<body>

    <h1>Fast & Furious 6 Details</h1>

    

    <table border="1">

        <tr>

            <th>Release Date</th>

            <th>Actors</th>

            <th>Actresses</th>

            <th>Music</th>

        </tr>

        <tr>

            <td>May 24, 2013</td>

            <td>Vin Diesel, Paul Walker, Dwayne Johnson, etc.</td>

            <td>Michelle Rodriguez, Jordana Brewster, Gal Gadot, etc.</td>

            <td>Various artists, including Ludacris, Wiz Khalifa, etc.</td>

        </tr>

    </table>

</body>

</html>

Post a Comment

0 Comments