-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (98 loc) · 2.48 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Web page example">
<title>USABILITY</title>
</head>
<body>
<side>
<h1>Hello world</h1>
<h2>Hello world</h2>
<h3>Hello world</h3>
<h2>Hello world</h2>
<h3>Hello world</h3>
<h4>Hello world</h4>
<h5>Hello world</h5>
<h6>Hello world</h6>
<p>Paragraph</p>
<a href="#article-5">
<img src="" alt="">
</a>
<ul>
<li>Item 1</li>
<li>Item 1</li>
<li>Item 1</li>
</ul>
<ol>
<li>Item 1</li>
<li>Item 1</li>
<li>Item 1</li>
</0l>
</side>
<main>
<form action="">
<input type="text" placeholder="Text" required>
<input type="checkbox" name="fruits" id="">
<input type="checkbox" name="fruits" id="">
<input type="checkbox" name="fruits" id="">
<input type="radio" name="fruits" id="">
<input type="radio" name="fruits" id="">
<input type="radio" name="fruits" id="">
<button type="button" onclick="">Hello</button>
<button>Submit</button>
</form>
<article id="article-1">
<section>
<h1>BREAK NEWS</h1>
<p>lorem ipsum dolor sit amet...</p>
</section>
<section>
<h2>La quinta te sorprenderá</h2>
<p>fgdfgdfgdfg df fgfg </p>
</section>
</article>
<article id="article-2">
<section>
<h1>BREAK NEWS</h1>
<p>lorem ipsum dolor sit amet...</p>
</section>
<section>
<h2>La quinta te sorprenderá</h2>
<p>fgdfgdfgdfg df fgfg </p>
</section>
</article>
<article id="article-3">
<section>
<h1>BREAK NEWS</h1>
<p>lorem ipsum dolor sit amet...</p>
</section>
<section>
<h2>La quinta te sorprenderá</h2>
<p>fgdfgdfgdfg df fgfg </p>
</section>
</article>
<article id="article-4">
<section>
<h1>BREAK NEWS</h1>
<p>lorem ipsum dolor sit amet...</p>
</section>
<section>
<h2>La quinta te sorprenderá</h2>
<p>fgdfgdfgdfg df fgfg </p>
</section>
</article>
<article id="article-5">
<section>
<h1>BREAK NEWS</h1>
<p>lorem ipsum dolor sit amet...</p>
</section>
<section>
<h2>La quinta te sorprenderá</h2>
<p>fgdfgdfgdfg df fgfg </p>
</section>
</article>
</main>
</body>
</html>