Computer Science, asked by Sidarth97991, 8 months ago

Write the HTML code to display a leave application with your name,class and roll no in bold italics and underline

Answers

Answered by VISHALKUMARV22
19

Explanation:

<!DOCTYPE html>

<html>

<head>

<title>Write the HTML code to display a leave application with your         name,class and roll no in bold italics and underline </title>

</head>

<body>

<b>To the principal,</b><br>

 <i>_____________School,<br>

 ____________</i><br>

 Subject ( Application to grant leave for two days due to attending <br>marriage party out of station)<br><br>

Sir,<br>

I am Vishal Kumar student of Class 9th, requests you to kindly give<br>me leave for two days i.e on 20th and 21th of may, 2020<br>

 My Brother is getting married. As per the necessity of the event, I <br>will think of going only if you accept my request.<br>

 I will be highly obliged,<br><br>

 <b>Thanking You</b>,<br><br>

Regards<br>

<u>Vishal Kumar<br>

Class: 9th </u>

</body>

</html>

Answered by Jasleen0599
2

HTML code to display a leave application with your name,class and roll no in bold italics and underline

<!DOCTYPE html>

<html>

<body>

<p>leave application.</p>

<b>Name, Rollno,class</b>

<i>I am Your Name, a student of the class. I am writing this application because I want to tell you that for the past few days I was suffering from a high fever and after doing some medical tests doctors stated that I got typhoid.

Hence, I have to undergo some medical treatments and this will take around 5 days of time till I get back to normal.

I request you to please provide me with 6 days of leave as I am unable to come to school in my present condition. I shall be grateful.</i>

<p>Your sincerely</p>

<b>XYZ</b>

</body>

</html>

#SPJ2

Similar questions