-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
30 lines (29 loc) · 870 Bytes
/
main.html
File metadata and controls
30 lines (29 loc) · 870 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title> rafael </title>
<link href="arquivo.css" rel="stylesheet">
<script type="text/javascript" language="javascript" src="jquery-1.11.1.js"> </script>
<script type="text/javascript" src="JScript.js"></script>
</head>
<body>
<div id="esquerda" divstyle="color:#0000FF">
<div class="mainRegion leftRegion" id="escolha">
<h3 class="elementLeft"> Escolha o partido</h3>
<select id="selectPartido" class="elementLeft">
<option>primeira</option>
</select>
</div>
<div class="mainRegion leftRegion" id="municipio">
<h3 class="elementLeft"> Municipio</h3>
</div>
<div class="mainRegion leftRegion" id="Faixa">
<h3 class="elementLeft"> Faixa</h3>
</div>
</div>
<div class="mainRegion" id="direita" style="color:#FFFFF">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
</div>
</body>
</html>