-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSampleLetterCss.html
More file actions
29 lines (27 loc) · 879 Bytes
/
SampleLetterCss.html
File metadata and controls
29 lines (27 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<title> Samlpe Letter</title>
<style>
h1{color:Red;
border-style:dashed;
}
body{background-color:lightgreen;
}
</style>
</head>
<body>
<h1>Samlpe Letter</h1>
<h3>To,</h3>
<h3>The Principale/Dean</h3>
<h3>NH-58 Muradnagar Ghazibad</h3>
<h3>Date:29/05/2021</h3>
<h3>From,</h3>
<h3>Tanuj kumar,</h3>
<h3>KIET GROUP OF INSTITUTION</h3>
<h3>Subject:Application for Paying Fees in Installment</h3>
<h4>I have passed my (12th Class ) examination recently. I have been selected at your esteemed <u>AKTU/KIET GROUP OF INSTITUTION </u>for (PCM and INFORMATION TECHNOLOGY). Now I’ve decided to get admission in your university as a first-year student in (INFORMATION TECHNOLOGY ). I have topped my (school) with a margin and I have been a hard-working student throughout my entire school life.
</h4>
<h3>Yours sincerely,</h3>
<h3>Tanuj KUMAR</h3>
</body>
</html>