-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.02 KB
/
index.html
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
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Application</title>
</head>
<body>
<center>
<h1 style="font-family :'Segoe UI', Tahoma, Geneva, Verdana, sans-serif">Write an application to your
principle for sick leave</h1>
</center>
<p>To</p>
<p>The principle</p>
<p>Rizwan Bhatti</p>
<p>Bhahadurabad</p>
<p>Date:9<sup>th</sup>January 2021</p>
<p>Subject: Application from sick leave</p>
<p>Respect sir,</p>
<p style=" margin-left: 60px;">Respectfully, I am suffering from fever since last night.</p>
<p>The doctor had advised me to take 4 days rest</p>
<p style="margin-left: 60px;">I therefore request you to grand me 4 days leave from 09/01/2021 to 12/01/2021</p>
<p>Thank you!</p>
<p>Your obediently</p>
<p>XYZ</p>
<p>Roll no.04</p>
<p>Class 10<sup>th</sup></p>
<p>Section 'A'</p>
</body>
</html>