This is a test page for me to learn HTML and CSS.

Header to show i learned how to create a header and change the background-color in HTML.

Paragraph to show i learned about paragraphs

They said to say 'hello world' but i won't!
MUAHAHAHAHAHA

This is fun, i say.

Special characters: is made with '&' + '[character code]' + ';'
For example the copyright symbol ©

An anime schoolgirl in casual clothes happily moving her upper-body from one side to the other while sitting on a bench inside some place; her name is Akari Akaza and she's the main character of Yuru Yuri

^ me learning HTML right now.


Time to learn how to insert a favicon, it'll show up as this site's icon in browser tabs.
Basically, in the 'head' and in a 'link' tag, you just have to 'href' the picture and 'rel' it as an icon.


I was studying HTML through a very bad source because i had to, but now i'll use Firefox's guide to learn. Thus, i decided to hide the old learning experience to make things less confusing.


Ok, now i'll start learning everything again from scratch for, like, the fourth time in my life, hopefully this time i'll actually learn it properly.

Just by skeeming Firefox's guide i can see it has a different approach to teaching, it has many more explanations instead of just saying: p is for paragraphs, create a paragraph.
This is much better because understanding how something works provides an abstract understanding that is much more creatively useful than rote memorization. Basically i'd rather how to write by by undestanding the processes involved than memorizing a dictionary.

As the image below shows, an HTML element has three components, an opening tag, the content within the tag and the closing tag.

A sample code snippet demonstrating the structure of an html element.