-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtp.html
45 lines (38 loc) · 865 Bytes
/
tp.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
<!DOCTYPE html>
<html>
<head>
<title>Примеры. Задание и изменение параметров карты.</title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8"/>
<script src="https://api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script>
<script src="script.js" type="text/javascript"></script>
<style>
#map {
width: 900px;
height: 555px;
}
</style>
</head>
<body>
<table >
<tr>
<td>
<div id="map"></div>
</td>
<td valign="top">
<table border= "1">
<tr>
<td width="300" height="200" align="right" valign="top">Текст 2</td>
<td valign="top">
<p> vxdfsdfs</p>
</td>
</tr>
<tr>
<p>text</p>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>