-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHTMLweb.html
52 lines (32 loc) · 928 Bytes
/
HTMLweb.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCtype.html>
</html>
<head>
<title> WEBSITE </title>
<style>
table, th, td {
border: 1px solid red;
border-collapse: collapse;
}
</style>
</head>
<body style="background:#FFFAF0;">
<h1 style="color:MediumSeaGreen;" > Employee </h1>
<h2 style="background-color:6495ED;">TechMahindra</h2>
<hr>
<br>
<p style="border:2px solid Violet;"><a href='https://www.techmahindra.com/en-in/?f=4137653401S'><B>Tech Mahindra </a> </B>is an <B><I>Indian multinational information technology servicesand consulting company</I></B>. Part of the Mahindra Group, the company is headquartered in Pune and has its registered office in Mumbai. <strong>Tech Mahindra </strong>is <mark> US$6.0 billion company with over 158,000 employees across 90 countries </mark>. </p>
<br>
<hr>
<br>
<table>
<tr>
<th>Employee Name</th>
<th>Phone Number</th>
</tr>
<tr>
<td> Maha </td>
<td> 45534354</td>
</tr>
</table>
</body>
</html>