-
Notifications
You must be signed in to change notification settings - Fork 0
/
INFOMAX.html
35 lines (32 loc) · 1.54 KB
/
INFOMAX.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Infomax.css" type="text/css">
</head>
<body>
<header>
<h1>INFOMAX</h1><div><h1>COMPUTER ACADEMY</h1></div>
</header>
<hr color="brown">
<di class="nav">
<a href="style.css">HOME</a> || <Span><a href="style.css">ABOUT US</a></Span> || <Span><a href="style.css">COURSES</a></Span> || <Span><a href="style.css">NIELIT</a></Span>
</di>
<hr color="brown">
<div id="sections">
<img src="image.png" height="300" width="200">
</div>
<div class="article">
<h3>Who We Are?</h3>
<p>Infomax is Computer Academy which provides high quality computer education at a very high standard at a low cost.</p>
<p>ICA's mission it to create a pool of high quality software professionals who will meet the demanding needs of multinational organizations for tomorrow's challenges.</p>
<h3>What We Offer?</h3>
<p>We are committed to provide-technology-based eduction to all sections of the society, for the overall development of the country through continual improvements<br> of quality management system to achieve our objectives of promoting younger generation towards prosperity.</p>
</div>
<div class="footer">
<p>Registration start now for Registration <a href="style.css"> Click Here</a></p>
</div>
</body>
</html>