Sunday, August 7, 2016

html letter

<!DOCTYPE HTML>

<html>
<head>
<meta charset="utf-8" />
        <style type="text/css">

            .bodyBody {
           width: 80%;
  margin-left: 70px;
  margin-right: 60px;
           font-size: 1.30em;
  border-style: double
            }
            .divHeader {
                text-align: right;
                border: 1px solid;
            }
            .divReturnAddress {
                text-align: left;
                float: right;
margin-right: 95px;
            }
            .divSubject {
                clear: both;
float: center;
text-align: center;
                font-weight: bold;
                padding-top: 40px;
margin-right: 80px;
            }
.divContents{
margin-left:25px;
}
            .divAdios {
                text-align: left;
float: right;
margin-right:100px;

             
            }
        </style>
    </head>
    <body class="bodyBody divAdios">
        <img src="file:///C|/Users/Keerthy/Desktop/firstdata.png" width="212" height="52" alt=""/>
        <div class="divReturnAddress">
            21 ,Bharathi Nagar<br/>
            Ayanavaram <br/>
            Chennai <br/>  
            <br/>
             <time datetime="2012-12-01">01-Dec-2012</time>
        </div>

        <div class="divSubject">             Welcome Letter
        </div>

        <div class="divContents">
          <p>
                Dear Sir,
          </p>
          <p> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;We are pleased to Welcome you for our prestigious organnization. </br>
           &nbsp;We foresee a lot of growth in our future endeavours.We appreciate your cooperation in </br>
             delevoping strong relation with our company.
          </p>
          </div>
        <div class="divAdios">Yours faithfully <br/>
            <br/>
            <br/>
            <br/>
            Joseph <br/>
            First Data <br/>
            </div>
    </body>
</html>

No comments: