-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpdetails.html
More file actions
35 lines (30 loc) · 1.07 KB
/
expdetails.html
File metadata and controls
35 lines (30 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en">
<!-- Experience details -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
<body>
<ol>
<li>
<div>
<lable id="tata"> Tata Consultancy Services </lable>
<lable class="designation">Developer</label>
</li>
<p class="description"> (Indian multinational information technology(IT) service,
consulting company based out of Mumbai India) </p>
<li>
<lable id="cts"> Congnizant Technology Solutions </lable> <label class="designation">Developer</label>
</li>
<p class="description"> (Multinational corporation that provides IT services, including digital,
technology, consulting and operation services).
</p>
</ol>
</div>
</body>
</html>