-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPractical_7A-PS2.html
66 lines (66 loc) · 2.69 KB
/
Practical_7A-PS2.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<title>Electronic Device's Info</title>
<style>
header{
text-align:center;
border:5px solid grey;
background-color:yellow;
color:red;
}
figure{
margin-left:20%;
margin-right:20%;
border:2px solid black;
}
footer{
border:3px dashed red;
background-color:powderblue;
}
</style>
</head>
<body>
<header>
<h1>ELECTRONIC DEVICES</h1>
<nav align="left">
<h2>Visit the pages related to Electronic Devices!!</h2>
<a href="https://www.amazon.in/s?k=new+electronic+device&adgrpid=64439759488&ext_vrnc=hi&gclid=CjwKCAjwiaX8BRBZEiwAQQxGx7uAgs09eysvR7-XN4pi2Ql2OjHxTqAhg34-hSWmU8ZV5vgiZ2krqxoCjwEQAvD_BwE&hvadid=398060218039&hvdev=c&hvlocphy=1007788&hvnetw=s&hvqmt=e&hvrand=16057664579970411149&hvtargid=kwd-323795645698&hydadcr=24541_1971407&tag=googinhydr1-21&ref=pd_sl_6tu97pvb70_e">Amazon Link </a><br>
<a href="https://www.thetoptens.com/best-electronic-devices/">10 Best Electronic Devices</a><br>
<a href="http://www.physics-and-radio-electronics.com/electronic-devices-and-circuits.html">More Information about Electronic Devices</a><br>
</nav>
</header>
<hr>
<center>
<section>
<h2>Image</h2>
<figure>
<img src="https://sharronlittleburnett.files.wordpress.com/2017/03/electronic_devices.jpg" alt="Elec Devices" width="550px" usemap="#electronic">
<figcaption><strong><em>ELECTRONIC DEVICES</em></strong></figcaption>
</figure>
<map name="electronic">
<area shape="rect" coords="10,29,115,125" href="https://www.computerhope.com/jargon/c/computer.htm" alt="computer" target="_blank">
<area shape="rect" coords="110,10,280,139" href="https://en.wikipedia.org/wiki/Camera" alt="camera" target="_self">
<area shape="circle" coords="340,75,70" href="https://edu.gcfglobal.org/en/computerbasics/basic-parts-of-a-computer/1/" alt="compparts" target="_top">
<area shape="poly" coords="490,11,400,70,500,140,550,80,550,19" href="https://en.wikipedia.org/wiki/Smartphone" alt="smartphone" target="_top">
<area shape="circle" coords="200,185,65" href="https://in.jbl.com/speakers" alt="speakers" target="_blank">
<area shape="poly" coords="320,130,300,190,350,250,430,140,320,130" href="https://en.wikipedia.org/wiki/Smartphone" alt="smartphone" target="_top">
</map>
</section>
</center>
<hr>
<footer>
<center>
<h4>Author Details</h4>
<p>Interested people can contact using following contact details!!</p><br>
<p>
<strong>+91-9382739129</strong><br>
OR<br>
<strong>+91-7439871243</strong><br>
<u>Email us at:</u> [email protected]<br><br>
Approved by <strong>NIDA MUJAWAR!!</strong>
</p>
</center>
</footer>
</body>
</html>