-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (63 loc) · 2.27 KB
/
index.html
File metadata and controls
72 lines (63 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu Principal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About</li></a>
<a href="about2.html"><li>About 2</li></a>
<a href="contact.html"><li>Contact</li></a>
<a href="contact2.html"><li>Contact 2</li></a>
<a href="ContactDemo.html"><li>ContactDemo</li></a>
</ul>
</nav>
</header>
<h1>InfluARG</h1>
<h2>Inverti ACA, Pagina 100% REAL NO FAKE 1 LINK TORRENT</h2>
<h3>Here `s an h3</h3>
<h4>Hello</h4>
<h5 class="titulo">Hello World</h5>
<h5>How are you?</h5>
<h6>This is it</h6>
<div class="container">
<h2>What are divs?</h2>
<h5>Divs are used as
containers for other
html elements and
help us divide our
page into sections </h5>
</div>
<div class="flex"><p>
Let `s learn about flexbox. Flexbox
needs a parent container in order to work.
The elements inside of that container can be
adjusted and centered and moved around easily
</p>
<div class="box" id="box1">Box 1</div>
<div class="box" id="box2">Box 2</div>
<div class="box" id="box3">Box 3</div>
<div class="box" id="box4">Box 4</div>
<div class="box" id="box5">Box 5</div>
<div class="box" id="box6">Box 6</div>
</div>
<section>
<p>This is a paragraph width normal sized text</p><br><br>
<i id="italic">This is italic</i><br>
<em>This is emphasized text</em><br>
<strong>This element uses a bolder or stronger text</strong><br>
<b>This is bold text</b><br>
</section>
<a href="https://amazon.com">Vamos a comprar</a>
<a href="about.html">About</a>
<img src="https://i2.wp.com/thehappening.com/wp-content/uploads/2015/08/king-cavalier-2.jpg?fit=1024%2C694&ssl=1" alt="perro"
height="300">
<a href="https://www.petfinder.com/"><img src="perro1.jpg" alt="perro1" class="circle-img"></a>
</body>
</html>