Add web design files
This commit is contained in:
20
web-design/сайт/Italy/Italy.html
Normal file
20
web-design/сайт/Italy/Italy.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Italy</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div align="center">
|
||||
<img src="italy.gif" alt="" width="415" height="407" usemap="#Italy">
|
||||
<map name="Italy">
|
||||
<area shape="circle" coords="122,66,21" href="p2.html" target="_blank">
|
||||
<area shape="poly" coords="266,342,281,335,285,339,286,344,271,363,279,380,271,393,251,391,245,382,228,379,204,362,191,361,185,351,188,345,194,339,203,344,212,337,223,344,239,343" href="p3.html" target="_blank">
|
||||
<area shape="rect" coords="186,184,250,213" href="p1.html" target="_blank" alt="">
|
||||
</map>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user