-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (114 loc) · 5.64 KB
/
index.html
File metadata and controls
137 lines (114 loc) · 5.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<html>
<div class="página">
<head>
<title>Filipe</title>
<link rel="stylesheet" href="css/indexs.css" type="text/css">
<!--Como usar CSS na página html. não recomendado-->
<style type="text/css">
#set{color: red;}
</style>
</head>
<body>
<h1>Apocalipse 2.0</h1>
<p>Anything <b>within the body</b> of a web page is <hr>
displayed in the <i>main browser</i> window.</p>
<blockquote cite="http://en.wikipedia.org/wiki/ Winnie-the-Pooh">
<p>Did you ever stop to think, and forget to start again?</p>
</blockquote>
<blockquote cite="https://pt.wikipedia.org/wiki/Zeus">
<p>
<q id="set">Cronos teve diversos filhos com Reia: Héstia, Deméter, Hera,
Hades e Posídon, porém engoliu-os (menos Posídon, Hades e Hera)
assim que nasceram, após ouvir de Gaia e Urano que ele estava destinado
a ser deposto por seu filho, da mesma maneira que ele havia deposto seu próprio
pai - um oráculo do qual Reia tomou conhecimento e pôde evitar.</q>
</p>
</blockquote>
<p>
q = aspas;;;
b = bold = negrito;;;
i = itálico;;;
</p>
<blockquote>
<p>
<abbr title="Professor">Prof.</abbr> Edilson dos Santos é de Manaus
</p>
</blockquote>
<p><abbr title="Professor">Prof</abbr> Stephen
Hawking is a theoretical physicist and
cosmologist.</p>
<img src="poseidon.jpg" alt="Deus grego Poseidon no mar, em frente a um barco">
<img src="poseidon.jpg" alt="A family of quokka" width="600" height="450" />
<p><img src="poseidon.jpg" alt="Bird" width="100"
height="100" align="bottom" />There are around
10,000 living species of birds <br> that inhabit
different ecosystems from the Arctic to the
Antarctic. Many species undertake long distance
annual migrations, and many more perform shorter
irregular journeys.</p>
<figure>
<img src="corcunda.jpg" alt="COrcunda sorrindo">
<figcaption>
Corcunda de Notre Dame sorrindo.
</figcaption>
</figure>
<form action="http://www.example.com/login.php">
<p>Username:
<input type="text" name="username" size="15"
maxlength="30" />
</p>
</form>
<form action="www.example.com">
<p>
Usarname: <input type="text" name="Usarname" size="20" maxlength="15">
</p>
<p>
Password: <input type="text" name="Password" size="20" maxlength="15">
</p>
<p>
Upload sua música em mp3:
</p>
<input type="file" name="música"> <br>
<input type="submit" value="upload">
<p>Upload your song in MP3 format:</p>
<input type="file" name="user-song" /><br />
<input type="submit" value="Upload" />
<button><img src="images/add.gif" alt="add" width="10" height="10" /> Add</button>
<input type="hidden" name="bookmark" value="lyrics" />
<button><img src="poseidon.jpg" alt="add" width="10" height="10"/>Addd</button>
<input type="hidden" name="bookmark" value="lyrics">
<button><img src="corcunda.jpg" alt="add" width="0" height="10"/>Adicionar</button>
<input type="hidden" name="bookmark" value="lyrics">
</form>
<input type="text" name="email" /></label><br />
<fieldset>
<legend>Contact details</legend>
<label>Email:<br />
<input type="text" name="email" /></label><br />
<label>Mobile:<br />
<input type="text" name="mobile" /></label><br />
<label>Telephone:<br />
<input type="text" name="telephone" /></label>
</fieldset>
<fieldset>
<legend>Ponha seus dados baby</legend>
<label>CPF bebê <br>
<input type="text" name="filipe"> <br>
<label>RG do bebê: <br>
<input type="text" name="RG" maxlength="4"><br>
<label>Número de sua casa <br> <input type="text" name="Núm"></label>
</fieldset>
<form action="file:///C:/Users/Alex%20Coelho/Desktop/Site%20Coltech/index2.html">
<label>Adcione seu email <br>
<input type="email" name="email">
<input type="submit" name="submit">
</form>
<form action="dxxxxxxxxxxx">
<label>Procurar. <br>
<input type="search" name="search" placeholder="Insira keyboard">
<input type="submit" name="Submit" value="LALLALALAL">
</form>
<a href="mailto:flpxxx0@gmail.com">Enviar email</a>
</body>
</div>
</html>