-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractical-5.html
More file actions
44 lines (36 loc) · 1.76 KB
/
Copy pathpractical-5.html
File metadata and controls
44 lines (36 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practical-5</title>
<style>
.class {
display: block;
margin-left: auto;
margin-right: auto;
width:auto;
}
</style>
</head>
<body style="background-color:rgb(241, 207, 112);">
<img src="../image/menu.png" alt="menu" class="class" usemap="#map2">
<map id="map2" name="map2">
<area shape="rect" coords="12,12,134,53" href="../index.html" alt="Home">
<area shape="rect" coords="141,10,325,52" href="practical-1.html" alt="Practical-1">
<area shape="rect" coords="331,11,516,53" href="practical-2.html" alt="Practical-2">
<area shape="rect" coords="521,11,708,52" href="practical-3.html" alt="Practical-3">
<area shape="rect" coords="717,12,900,53" href="practical-4.html" alt="Practical-4">
<area shape="rect" coords="906,11,1100,53" href="#" alt="Practical-5">
</map>
<h1 style="text-align: center; color: green;">Introduction to Front End Technologies</h1>
<img src="../image/Practical-5.jpg" alt="image" class="class" usemap="#map1">
<map id="map1"name="map1">
<area shape="rect" coords="41,18,166,143" href="htm.html" alt="HTML5" style="border-radius: 1%;">
<area shape="circle" coords="255,89,75" href="css.html" alt="CSS3">
<area shape="rect" coords="44,171,163,282" href="js.html" alt="JavaScript">
<area shape="poly" coords="252,177,299,191,292,253,254,276,216,253,208,193" href="bootstrap.html" alt="bootstrap">
</map>
<p style="text-align: center; color: red;">Click on any part of logo to know more about these Technologies.</p>
</body>
</html>