Spaces:
Running
Running
Update index.html
Browse files- index.html +23 -19
index.html
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!Learning code using the "Coding for kids" book I got this Easter 2024>
|
| 2 |
+
<body>
|
| 3 |
+
<div>
|
| 4 |
+
Hi there! Nice to meet you here!
|
| 5 |
+
|
| 6 |
+
<dl>
|
| 7 |
+
<dt> Who am I?</dt>
|
| 8 |
+
<dd> I am a 16 year old autistic girl from America who loves music, animation, IT, and phone call stuff!</dd>
|
| 9 |
+
<dt> Are you a self taught or trained programmer?</dt>
|
| 10 |
+
<dd> I am partally self-taught in some terms, including knowing certain HTML5 terms, and Python Scripts, but most of the time, I learn it for somebody</dd>
|
| 11 |
+
<dt> What are some of your favorite things?</dt>
|
| 12 |
+
<dd> Some of my favorite things include:</dd>
|
| 13 |
+
<li> Children movies and shows including UglyDolls, Luca, Matilda, Topsy and Tim, Horrid Henry, SpongeBob, Rugrats, Disney Junior shows, Hey Arnold!, Max & Ruby, The Lorax, Coco, Brave, Up, Onward, etc.</li>
|
| 14 |
+
<li> Internet documenties including "Don't F**k With Cats" and "The Tinder Swindler"</li>
|
| 15 |
+
<li> Music from the 1970s, 1980s, 1990s, 2000s, 2010s, and 2020s.</li>
|
| 16 |
+
<li> Candy like Recees, Hersheys, Kinder chocolates, Cotton Candy, Cupcakes, Kit Kats, M&Ms, Nerds, etc.</li>
|
| 17 |
+
<li> Phone call stuff including incoming calls screens/sounds and phone call error sounds, like the AT&T Special Information Tone and Huawei's Incoming call Screen.</li>
|
| 18 |
+
</dl>
|
| 19 |
+
<b> In other words, I am nostalgia loving kid in a teenager's body!</b>
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
</div>
|
| 23 |
+
</body>
|