<!DOCTYPE html>

<html lang="en">
<head>
    <title>Margin/Title</title>
    <style>
        td{
            color: palevioletred;
            background-color: black;
            border-style: double;
            border-radius: 30px;
            border-width: 50px;
            margin: 100px;
            padding: 50px;
        }
    </style>
</head>
<body bgcolor="lang">
    <center>
    <table>
        <tr>
            <td>
                <h1 style="font-size: 50px;;"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUDI</b></h1>
                <img src="c1.jpg" alt="error" width="1000px" >
                <p>Lorem ipsum dolor sit amet consectetur, 
adipisicing elit. Sed, quos! Quos eius in at odit,
 necessitatibus iusto ab ullam tempora doloribus, 
 ut porro animi nihil cupiditate 
 ad voluptatibus magni modi facere iste.
 Dolore, repudiandae reprehenderit officia, 
 architecto perferendis magnam 
asperiores aliquam vitae assumenda beatae. Adipisci, 
 voluptatum!s</p>
            </td>
            <br>
            <br>
            <br>
            <br>
            <br>
            <td>
                <h1 style="font-size: 50px;"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STEARINGS</b></h1>
                <img src="c2.jpg" alt="error" width="1000px" height="700px">
            </td>
        </tr>
    </table>
    </center>
</body>
</html>