Hello, World!

DISCLAIMER!!! I AM NOT A PROFESSIONAL AT HTML PROGRAMMING AND I AM STILL IN LEARNING!!!

As you can see, this all is made up of code and works!
All of these things are made up with HyperText Markup Language(HTML). The basic things to know are the following:

•Tags

•The < !DOCTYPE html > tag thats used to declare document type.
•The < html > and < /html > tag
•The < meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8"> tag that declares the content , etc.
•There are also many other tags like < div >,< /div>, < p>, < /p>, < h1>, < /1>(also h2, h3, h4, etc), < style>< /style>, and too many others for me to list them all.

A few languages used in web developement:

•HTML-HyperText MarkUp Language(what im using right now!
•CSS-Cascading Style Sheet(for styling html pages)
•JS-Javascript(Used for calculations and complex functions)

hi, if this is messed up then.... uhhhhh

Heres a link to a web-page , which is made up of code that i coppied from freeCodeCamp.