-
Notifications
You must be signed in to change notification settings - Fork 0
/
drafts.html
656 lines (618 loc) · 34.1 KB
/
drafts.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2024-02-23 Fri 22:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>‎</title>
<meta name="author" content="Jean-Christophe Helary" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
</head>
<body>
<div id="content" class="content">
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org4fad409">1. <span class="timestamp-wrapper"><span class="timestamp">[2024-02-20 Tue] </span></span> Lots of elisp</a>
<ul>
<li><a href="#org9451135">1.1. Step 19, <code><h3></code> heading</a></li>
<li><a href="#org4852282">1.2. Step 20, <code><ul></code> unordered list</a></li>
<li><a href="#org75c3611">1.3. Step 21, <code><li></code> list item</a></li>
<li><a href="#org4cb264e">1.4. Step 22, Another image, under the list</a></li>
<li><a href="#org4c1b154">1.5. Step 23, <code><figure></code></a></li>
<li><a href="#orgc0d374a">1.6. Step 24, <code><figcaption></code></a></li>
<li><a href="#org285aa72">1.7. Step 25, <code><em></code> phasis</a></li>
<li><a href="#org3662400">1.8. Step 26, A <code><h3></code> under the <code><figure></code></a></li>
<li><a href="#org7b5074c">1.9. Step 27, <code><ol></code> ordered lists</a></li>
<li><a href="#org74ab309">1.10. Step 28, another figure under the list</a></li>
<li><a href="#orgd130f93">1.11. Step 29, new <code><img></code></a></li>
<li><a href="#org12e6377">1.12. Step 30, new <code>alt</code></a></li>
<li><a href="#orgaad43ec">1.13. Step 31, new <code><figcaption></code></a></li>
<li><a href="#org23def30">1.14. Step 32, <code><strong></code></a></li>
<li><a href="#org860f5cb">1.15. Step 33, last <code><section></code></a></li>
<li><a href="#orgc219e23">1.16. Step 34, new <code><h2></code> inside the new section</a></li>
<li><a href="#org086bd59">1.17. Step 35 <code><form></code></a></li>
<li><a href="#orga335b33">1.18. Step 36, <code>action</code> attribute</a></li>
<li><a href="#org8e53747">1.19. Step 37, <code><input></code> element, to send data</a></li>
<li><a href="#org373ace6">1.20. Step 38, <code>type</code> attribute</a></li>
<li><a href="#org440c1bc">1.21. Step 39, name your input to access it later</a></li>
<li><a href="#org348c9e3">1.22. Step 40, placeholding hints</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-org4fad409" class="outline-2">
<h2 id="org4fad409"><span class="section-number-2">1.</span> <span class="timestamp-wrapper"><span class="timestamp">[2024-02-20 Tue] </span></span> Lots of elisp</h2>
<div class="outline-text-2" id="text-1">
<p>
freeCodeCampe reboot 3/n
</p>
<p>
The reboot is really happening. If only because I need a stimulating way to procrastinate and something to do to avoind being stuck all day on the horrors happening in Palestine at the moment.
</p>
<p>
I managed to write some code that automatically updates a number of items in my templates.
</p>
<ul class="org-ul">
<li><p>
the page of the day before now has an automatic link to today's page
</p>
<p>
<a href="https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L220">https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L220</a>
</p></li>
<li>the main index page also automatically links to the "last day"</li>
<li>it also automatically updates the total number of days, the episode number in the season and the episode list
<a href="https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L229">https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L229</a></li>
<li><p>
the "tommorow" page also has an automatic update for the "last day" link
</p>
<p>
<a href="https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L287">https://github.com/brandelune/brandelune.github.io/blob/acba9b4160efa513c423eb10aa25aba0082b8e48/adventuresintechland.el#L287</a>
</p></li>
</ul>
<p>
Besides for the fact that the code, the variable names and the whole process is a bit messy, I'm at a place where I don't have to manually do much any more. I can focus on actual practice in freeCodeCamp and other places.
</p>
<p>
On the freeCodeCamp side, this time there are two things that I never used before. The <code><figure></code> tag that can have plenty of types of contents, but content should be self contained so that it can be moved to a different position in the document. The <code><figure></code> can have a caption in a <code><figcaption></code> tag. The <code><figcaption></code> can contain the <code>accessible description</code> of the <code><figure></code>.
</p>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Glossary/Accessible_description">https://developer.mozilla.org/en-US/docs/Glossary/Accessible_description</a>
</p>
<p>
The second thing is the <code><form></code> element, that's used to send information to a process somewhere else. It comes with an <code>action</code> attribute that does something to the data and can contain <code><input></code> elements to actually gather data. <code><input></code> elements can have various attributes, inluding <code>type</code>, that describes the type of input, <code>placeholder</code> that gives a default value, <code>name</code> that names the input for processing in the target process, etc.
</p>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form</a>
</p>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input</a>
</p>
<p>
Unlike the previous days, I'll just put small code blocks to emphasize the step content.
</p>
</div>
<div id="outline-container-org9451135" class="outline-3">
<h3 id="org9451135"><span class="section-number-3">1.1.</span> Step 19, <code><h3></code> heading</h3>
<div class="outline-text-3" id="text-1-1">
<p>
Heading number shows hierarchy.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">This movie is really good</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of represented days</span></<span style="color: #0000ff;">h3</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org4852282" class="outline-3">
<h3 id="org4852282"><span class="section-number-3">1.2.</span> Step 20, <code><ul></code> unordered list</h3>
<div class="outline-text-3" id="text-1-2">
<p>
List (empty for now) where items are not ordered.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">This movie is really good</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of represented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ul</span>></<span style="color: #0000ff;">ul</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org75c3611" class="outline-3">
<h3 id="org75c3611"><span class="section-number-3">1.3.</span> Step 21, <code><li></code> list item</h3>
<div class="outline-text-3" id="text-1-3">
<p>
The list contains list items
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of represented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ul</span>>
<<span style="color: #0000ff;">li</span>>First day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Second day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Third day</<span style="color: #0000ff;">li</span>>
</<span style="color: #0000ff;">ul</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org4cb264e" class="outline-3">
<h3 id="org4cb264e"><span class="section-number-3">1.4.</span> Step 22, Another image, under the list</h3>
<div class="outline-text-3" id="text-1-4">
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of represented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ul</span>>
<<span style="color: #0000ff;">li</span>>First day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Second day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Third day</<span style="color: #0000ff;">li</span>>
</<span style="color: #0000ff;">ul</span>>
<<span style="color: #0000ff;">img</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"All the days of the year"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://helios-i.mashable.com/imagery/articles/03LkUHbeYe9Gf8qlIT9ock6/hero-image.fill.size_1248x702.v1612299679.jpg"</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org4c1b154" class="outline-3">
<h3 id="org4c1b154"><span class="section-number-3">1.5.</span> Step 23, <code><figure></code></h3>
<div class="outline-text-3" id="text-1-5">
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure</a>
</p>
<p>
"The <code><figure></code> HTML element represents self-contained content, potentially with an optional caption, which is specified using the <code><figcaption></code> element. The figure, its caption, and its contents are referenced as a single unit."
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">figure</span>>
<<span style="color: #0000ff;">imgg</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"All the days of the year"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://helios-i.mashable.com/imagery/articles/03LkUHbeYe9Gf8qlIT9ock6/hero-image.fill.size_1248x702.v1612299679.jpg"</span>>
<<span style="color: #0000ff;">figcaption</span>>I can't see the image, so I can't tell</<span style="color: #0000ff;">figcaption</span>>
</<span style="color: #0000ff;">figure</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-orgc0d374a" class="outline-3">
<h3 id="orgc0d374a"><span class="section-number-3">1.6.</span> Step 24, <code><figcaption></code></h3>
<div class="outline-text-3" id="text-1-6">
<p>
I'm not doing it again.
</p>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption</a>
</p>
<p>
"The <figcaption> HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element, providing the <figure> an accessible description."
</p>
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption</a>
</p>
</div>
</div>
<div id="outline-container-org285aa72" class="outline-3">
<h3 id="org285aa72"><span class="section-number-3">1.7.</span> Step 25, <code><em></code> phasis</h3>
<div class="outline-text-3" id="text-1-7">
<p>
Emphasizing blindness. It is possible to inline-stype <code><figcaption></code>.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">figuree</span>>
<<span style="color: #0000ff;">img</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"All the days of the year"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://helios-i.mashable.com/imagery/articles/03LkUHbeYe9Gf8qlIT9ock6/hero-image.fill.size_1248x702.v1612299679.jpg"</span>>
<<span style="color: #0000ff;">figcaption</span>>I <<span style="color: #0000ff;">em</span>><span style="font-style: italic;">can't see</span></<span style="color: #0000ff;">em</span>> the image, so I can't tell</<span style="color: #0000ff;">figcaption</span>>
</<span style="color: #0000ff;">figure</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org3662400" class="outline-3">
<h3 id="org3662400"><span class="section-number-3">1.8.</span> Step 26, A <code><h3></code> under the <code><figure></code></h3>
<div class="outline-text-3" id="text-1-8">
<p>
Starting another subsection.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">sectionon</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">This movie is really good</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of represented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ul</span>>
<<span style="color: #0000ff;">li</span>>First day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Second day</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Third day</<span style="color: #0000ff;">li</span>>
</<span style="color: #0000ff;">ul</span>>
<<span style="color: #0000ff;">figure</span>>
<<span style="color: #0000ff;">img</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"All the days of the year"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://helios-i.mashable.com/imagery/articles/03LkUHbeYe9Gf8qlIT9ock6/hero-image.fill.size_1248x702.v1612299679.jpg"</span>>
<<span style="color: #0000ff;">figcaption</span>>I <<span style="color: #0000ff;">em</span>><span style="font-style: italic;">can't see</span></<span style="color: #0000ff;">em</span>> the image, so I can't tell</<span style="color: #0000ff;">figcaption</span>>
</<span style="color: #0000ff;">figure</span>>
<<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of misrepresented days</span></<span style="color: #0000ff;">h3</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org7b5074c" class="outline-3">
<h3 id="org7b5074c"><span class="section-number-3">1.9.</span> Step 27, <code><ol></code> ordered lists</h3>
<div class="outline-text-3" id="text-1-9">
<p>
Some days are more important than others.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of misrepresented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ol</span>>
<<span style="color: #0000ff;">li</span>>Day A</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Day A’</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Day A’’</<span style="color: #0000ff;">li</span>>
</<span style="color: #0000ff;">ol</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org74ab309" class="outline-3">
<h3 id="org74ab309"><span class="section-number-3">1.10.</span> Step 28, another figure under the list</h3>
<div class="outline-text-3" id="text-1-10">
<p>
Another figure under the list.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">h3</span>><span style="font-style: italic; text-decoration: underline;">List of misrepresented days</span></<span style="color: #0000ff;">h3</span>>
<<span style="color: #0000ff;">ol</span>>
<<span style="color: #0000ff;">li</span>>Day A</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Day A’</<span style="color: #0000ff;">li</span>>
<<span style="color: #0000ff;">li</span>>Day A’’</<span style="color: #0000ff;">li</span>>
</<span style="color: #0000ff;">ol</span>>
<<span style="color: #0000ff;">figure</span>>
<<span style="color: #0000ff;">img</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"Today, again?"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://i.insider.com/52de8d076da8113b6da3dcf7"</span>>
<<span style="color: #0000ff;">figcaption</span>>Dejà vu.</<span style="color: #0000ff;">figcaption</span>>
</<span style="color: #0000ff;">figure</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-orgd130f93" class="outline-3">
<h3 id="orgd130f93"><span class="section-number-3">1.11.</span> Step 29, new <code><img></code></h3>
<div class="outline-text-3" id="text-1-11">
<p>
Image added, above.
</p>
</div>
</div>
<div id="outline-container-org12e6377" class="outline-3">
<h3 id="org12e6377"><span class="section-number-3">1.12.</span> Step 30, new <code>alt</code></h3>
<div class="outline-text-3" id="text-1-12">
<p>
<code>alt</code> added, above.
</p>
</div>
</div>
<div id="outline-container-orgaad43ec" class="outline-3">
<h3 id="orgaad43ec"><span class="section-number-3">1.13.</span> Step 31, new <code><figcaption></code></h3>
<div class="outline-text-3" id="text-1-13">
<p>
<code><figcaption></code> added, above.
</p>
</div>
</div>
<div id="outline-container-org23def30" class="outline-3">
<h3 id="org23def30"><span class="section-number-3">1.14.</span> Step 32, <code><strong></code></h3>
<div class="outline-text-3" id="text-1-14">
<p>
A strongly different way to emphasize.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">figure</span>>
<<span style="color: #0000ff;">img</span> <span style="color: #a0522d;">alt</span>=<span style="color: #8b2252;">"Today, again?"</span> <span style="color: #a0522d;">src</span>=<span style="color: #8b2252;">"https://i.insider.com/52de8d076da8113b6da3dcf7"</span>>
<<span style="color: #0000ff;">figcaption</span>>Dejà <<span style="color: #0000ff;">strong</span>><span style="font-weight: bold;">vu</span></<span style="color: #0000ff;">strong</span>>.</<span style="color: #0000ff;">figcaption</span>>
</<span style="color: #0000ff;">figure</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org860f5cb" class="outline-3">
<h3 id="org860f5cb"><span class="section-number-3">1.15.</span> Step 33, last <code><section></code></h3>
<div class="outline-text-3" id="text-1-15">
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-orgc219e23" class="outline-3">
<h3 id="orgc219e23"><span class="section-number-3">1.16.</span> Step 34, new <code><h2></code> inside the new section</h3>
<div class="outline-text-3" id="text-1-16">
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org086bd59" class="outline-3">
<h3 id="org086bd59"><span class="section-number-3">1.17.</span> Step 35 <code><form></code></h3>
<div class="outline-text-3" id="text-1-17">
<p>
At last, something new and exciting.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span>></<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-orga335b33" class="outline-3">
<h3 id="orga335b33"><span class="section-number-3">1.18.</span> Step 36, <code>action</code> attribute</h3>
<div class="outline-text-3" id="text-1-18">
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span> <span style="color: #a0522d;">action</span>=<span style="color: #8b2252;">"someplace.on.the.web/get.your.GD.calendar"</span>></<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org8e53747" class="outline-3">
<h3 id="org8e53747"><span class="section-number-3">1.19.</span> Step 37, <code><input></code> element, to send data</h3>
<div class="outline-text-3" id="text-1-19">
<p>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input</a>
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span> <span style="color: #a0522d;">action</span>=<span style="color: #8b2252;">"someplace.on.the.web/get.your.GD.calendar"</span>>
<<span style="color: #0000ff;">input</span>/>
</<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org373ace6" class="outline-3">
<h3 id="org373ace6"><span class="section-number-3">1.20.</span> Step 38, <code>type</code> attribute</h3>
<div class="outline-text-3" id="text-1-20">
<p>
The <code>input</code> element can have lots of types. One is <code>text</code>, to send text.
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span> <span style="color: #a0522d;">action</span>=<span style="color: #8b2252;">"someplace.on.the.web/get.your.GD.calendar"</span>>
<<span style="color: #0000ff;">input</span> <span style="color: #a0522d;">type</span>=<span style="color: #8b2252;">"text"</span>/>
</<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org440c1bc" class="outline-3">
<h3 id="org440c1bc"><span class="section-number-3">1.21.</span> Step 39, name your input to access it later</h3>
<div class="outline-text-3" id="text-1-21">
<p>
<i>In order for a form's data to be accessed by the location specified in the action attribute, you must give the text field a name attribute and assign it a value to represent the data being submitted.</i>
</p>
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span> <span style="color: #a0522d;">action</span>=<span style="color: #8b2252;">"someplace.on.the.web/get.your.GD.calendar"</span>>
<<span style="color: #0000ff;">input</span> <span style="color: #a0522d;">type</span>=<span style="color: #8b2252;">"text"</span> <span style="color: #a0522d;">name</span>=<span style="color: #8b2252;">"yourEmail"</span>/>
</<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
<div id="outline-container-org348c9e3" class="outline-3">
<h3 id="org348c9e3"><span class="section-number-3">1.22.</span> Step 40, placeholding hints</h3>
<div class="outline-text-3" id="text-1-22">
<div class="org-src-container">
<pre class="src src-html"><<span style="color: #0000ff;">section</span>>
<<span style="color: #0000ff;">h2</span>><span style="font-weight: bold; font-style: italic; text-decoration: underline;">To know more about your potential days</span></<span style="color: #0000ff;">h2</span>>
<<span style="color: #0000ff;">form</span> <span style="color: #a0522d;">action</span>=<span style="color: #8b2252;">"someplace.on.the.web/get.your.GD.calendar"</span>>
<<span style="color: #0000ff;">input</span> <span style="color: #a0522d;">type</span>=<span style="color: #8b2252;">"text"</span> <span style="color: #a0522d;">name</span>=<span style="color: #8b2252;">"yourEmail"</span> <span style="color: #a0522d;">placeholder</span>=<span style="color: #8b2252;">"myName@myserver.stuff"</span>/>
</<span style="color: #0000ff;">form</span>>
</<span style="color: #0000ff;">section</span>>
</pre>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Jean-Christophe Helary</p>
<p class="date">Created: 2024-02-23 Fri 22:23</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>