-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (170 loc) · 9.69 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Website for practice</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Sonsie+One" rel="stylesheet" type="text/css">
<!-- следующие 3 строки нужны для корректного отображения семантических элементов HTML5 в старых версиях Internet Explorer-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<script src="script.js" defer></script>
</head>
<body>
<!-- Вот наш главный заголовок, который используется на всех страницах нашего веб-сайта -->
<header>
<h1>This Website is created and used for practice of frontend development</h1>
<link rel="stylesheet" href="css/Style.css">
</header>
<nav>
<ul>
<li><a href="#">Some common words</a></li>
<li><a href="#">Websites</a></li>
<li><a href="#">Books</a></li>
<li><a href="#">YouTube channels</a></li>
<link rel="stylesheet" href="css/Style.css">
</ul>
<!-- Форма поиска — это ещё один распространённый нелинейный способ навигации по веб-сайту.
<form>
<input type="search" name="q" placeholder="Search query">
<input type="submit" value="Go!">
</form>
</nav>
Здесь основное содержимое нашей страницы -->
<main>
<!-- Она содержит статью -->
<article>
<h2>Some common words</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.</p>
<h3>Subsection</h3>
<p>Donec ut librero <span class="special">sed accu vehicula ultricies</span> a non tortor. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aenean ut gravida lorem. Ut turpis felis, pulvinar a semper sed, adipiscing id dolor.</p>
</article>
<div class = "container">
<div class = "section">
<h4 class = "is-size-1">Biden or nediB</h4>
<p class = "box"> <bdo dir = "rtl"> SATOR AREPO TENET OPERA ROTAS </bdo> </p>
</div>
</div>
<article>
<h2>Websites</h2>
<p>Here we have something</p>
<p><span class="special"></span>Lorem ipsum</span> dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.</p>
<h3>Subsection</h3>
<p><span class="special"></span>Lorem ipsum</span> dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.</p>
</article>
<div class = "container">
<div class = "section">
<h4 class = "is-size-1">Acronym</h4>
<p class = "box"> What the world needs is another <abbr title = "Three Letter Acronym"> TLA </abbr></p>
</div>
</div>
<article>
<h2>Books</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.</p>
<h3>Subsection</h3>
<p>Donec ut librero <span class="special">sed accu vehicula ultricies</span> a non tortor. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aenean ut gravida lorem. Ut turpis felis, pulvinar a semper sed, adipiscing id dolor.</p>
</article>
<div class = "container">
<div class = "section">
<h4 class = "is-size-1">Buttons</h4>
<p class = "box"> Wanna thrills? Select all folders on drive C and press <kbd>SHIFT</kbd> + <kbd>DELETE</kbd> </p>
</div>
</div>
<article>
<h2>YouTube channels</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.</p>
<h3>Subsection</h3>
<p>Donec ut librero <span class="special">sed accu vehicula ultricies</span> a non tortor. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aenean ut gravida lorem. Ut turpis felis, pulvinar a semper sed, adipiscing id dolor.</p>
<h3>Another subsection</h3>
<p>Donec viverra mi quis quam pulvinar at malesuada arcu rhoncus. Cum soclis natoque penatibus et manis dis parturient montes, nascetur ridiculus mus. In rutrum accumsan ultricies. Mauris vitae nisi at sem facilisis semper ac in est.</p>
</article>
<div class = "container">
<div class = "section">
<h4 class = "is-size-1">Warning!</h4>
<div class = "box"> <p> When I booted up my computer this morning, it said </p>
<samp> DOWNLOAD FAILURE, PRESS F TO PAY RESPECT TO ANONYMOUS </samp>
</div>
</div>
</div>
<!-- Дополнительный контент также может быть вложен в основной контент -->
<aside>
<h1>A bit of poetry just for fun</h1>
<ul>
<p><span class="special"><em>William Butler Yeats</em></span></p>
<p><span class="special">Aedh wishes for the Cloths of Heaven</span></p>
<p>Had I the heavens' embroidered cloths,</p>
<p>Enwrought with <em>golden and silver light</em></p>
<p>The blue and the dim and the dark cloths</p>
<p>Of night and <em>light</em> and the half light,</p>
<p>I would spread <em>the cloths</em> under your feet:</p>
<p>But I, being poor, have only <em>my dreams</em>;</p>
<p>I have spread <em>my dreams</em> under your feet;</p>
<p>Tread softly because you tread on <em>my dreams</em>.</p>
</ul>
<ul>
<p><span class="special"><em>Emily Elizabeth Dickinson</em></span></p>
<p><span class="special">The Chariot</span></p>
<p>Because I could not stop for <em>Death</em>,</p>
<p>He kindly stopped <em>for me</em>;</p>
<p>The carriage held but just ourselves</p>
<p><em>And Immortality.</em></p>
<p>We slowly drove, he knew no haste,</p>
<p>And I had put away</p>
<p>My labor, and my leisure too,</p>
<p><em>For his civility.</em>.</p>
<p>We passed the school where children played,</p>
<p>Their lessons scarcely done;</p>
<p>We passed the fields of gazing grain,</p>
<p>We passed the setting sun.</p>
<p>We paused before a house that seemed</p>
<p>A swelling of the ground;</p>
<p>The roof was scarcely visible,</p>
<p>The cornice but a mound.</p>
<p>Since then 'tis centuries; but each</p>
<p>Feels shorter than the day</p>
<p>I first surmised the horses' heads</p>
<p>Were toward <em>eternity</em>.</p>
</ul>
</aside>
<div class = "container">
<div class = "section">
<h4 class = "is-size-1">Need more information?</h4>
<div class = "box"> <details> <summary> Click here </summary> Gotcha! </details> </div>
</div>
</div>
</main>
<!-- И вот наш главный нижний колонтитул, который используется на всех страницах нашего веб-сайта -->
<figure role="img" aria-labelledby="cow-caption">
<pre>
____________________________
< I am an expert in my field. >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
</pre>
<figcaption id="cow-caption">
The cow says: "I am an expert in my field." The cow is illustrated using pre-formatted text characters.
</figcaption>
</figure>
<h2>Number guessing game</h2>
<p>We have selected a random number between 1 and 100. See if you can guess it in 10 turns or fewer. We'll tell you if your guess was too high or too low.</p>
<div class="form">
<label for="guessField">Enter a guess: </label>
<input type="number" min="1" max="100" required id="guessField" class="guessField">
<input type="submit" value="Submit guess" class="guessSubmit">
</div>
<div class="resultParas">
<p class="guesses"></p>
<p class="lastResult"></p>
<p class="lowOrHi"></p>
</div>
<footer>
<p>©(Copyright by) Website for no one, 2050. All rights reserved.</p>
<a href="mailto:[email protected]">Send message to nowhere</a>
</footer>
<!-- <button>Click me</button> -->
</body>
</html>