File tree 1 file changed +31
-0
lines changed 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="pt-br ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
7
+ < link rel ="stylesheet " href ="style.css " />
8
+ < title > DOM & Métodos de Array</ title >
9
+ </ head >
10
+ < body >
11
+
12
+ < h1 > DOM & Métodos de Array</ h1 >
13
+
14
+ < div class ="container ">
15
+ < aside >
16
+ < button id ="add-user "> Adicionar usuário</ button >
17
+ < button id ="double "> Dobrar dinheiro</ button >
18
+ < button id ="show-millionaires "> Mostrar apenas milionários</ button >
19
+ < button id ="sort "> Ordenar por riqueza</ button >
20
+ < button id ="sort-name "> Ordenar por nome</ button >
21
+ < button id ="calculate-wealth "> Calcular riqueza total</ button >
22
+ </ aside >
23
+
24
+ < main id ="main ">
25
+ < h2 > < strong > Pessoa</ strong > Riqueza</ h2 >
26
+ </ main >
27
+ </ div >
28
+
29
+ < script src ="script.js "> </ script >
30
+ </ body >
31
+ </ html >
You can’t perform that action at this time.
0 commit comments