-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (61 loc) · 3 KB
/
index.html
File metadata and controls
68 lines (61 loc) · 3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aptitude</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="js/carofredsel.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body style="background-color: coral">
<header>
<div class="container">
<div class="row">
<a href="" class="logo"><img src="image/website.jpg" alt="apti"></a>
<nav>
<ul>
<li><a style=" color: black;" href="">Home</a></li>
<li><a style=" color: black;" href="">Aptitude</a></li>
<li><a style=" color: black;" href="">Technical&HR</a></li>
<li><a style=" color: black;" href="">Contact</a></li></ul>
</nav>
</div>
</div>
</header>
<section>
<img src="image/website2.jpg" align="left" width="1000" alt="nums">
<h5 textAlign="right">An aptitude is a component of a competence to do a certain kind of work at a certain level. Outstanding aptitude can be considered "talent". An aptitude may be physical or mental. Aptitude is inborn potential to do certain kinds of work whether developed or undeveloped. Ability is developed knowledge, understanding, learned or acquired abilities (skills) or attitude. The innate nature of aptitude is in contrast to skills and achievement, which represent knowledge or ability that is gained through learning.</h5>
</section>
<br>
<h1 Align="center">"THE RIGHT DECISION,FOR BRIGHT FUTURE"</h1>
<section1>
<a href="https://www.prep.youth4work.com/placement-papers/wipro-test" target="_blank" class="logo1"><img src="image/wipro.jpg" alt="apti"></a>
<a href="https://cpt.hitbullseye.com/TCS-Aptitude-Questions.php" target="_blank" class="logo2"><img src="image/tcs.jpg" alt="apti"></a>
<a href="https://www.faceprep.in/infosys-aptitude-questions/" target="_blank" class="logo3"><img src="image/infosys.jpg" alt="apti"></a>
</section1>
<contact>
<form action="/action_page.php" target="_blank">
<p>First name:</p>
<input type="text" name="firstname" placeholder="First name" required>
<br>
<p>Last name: </p>
<input type="text" name="lastname" placeholder="last name" required>
<br>
<p>email: </p>
<input type="text" name="email" placeholder="Active mail" required>
<br>
<p>mobile: </p>
<input type="text" name="mobile" placeholder="phone" required>
<br>
<br>
<input type="submit" value="Submit">
</form>
</contact>
</body>
</html>