HTML stands for HyperTextMakeupLanguage. HTML is used for making websites
and servers. HTML code applies structure to web pages to operate
differently. HTML is read by browsers using HTTP. HyperTextTransferProtocol
is used to read and view pages. In the following lesson, I will show you how
to create basic html documents and how to start a website…
Basic Html Documents look like this:
All of the document is held inside the <html></html> tags.
The title, and styles are held inside the Head tags. And all the content
and images are held inside of the body.
*None of this is copyrighted so you can of course alter this*
In the next part I will show you how to add different codes:
Try doing basic html everyday to get used to it, but making sites like
this take years to learn and make, so good luck, and maybe one day you will
have a site like this.

