- Variables
- used to hold a value that you might need later on. They can be used as...

if you have no idea what the hell you are doing ...
you really should read
our heads up
if you have seen the stuff below, but don't really know what to do with it ...
you probably wanna review
our introductions
if you know how to write markup and code but you keep forgetting things now and then ...
you proabaly want to refer to
our documentation
by clicking on a section directly below ;)
/
HTML, which stand for Hyper Text Markup Language, isn't a programming language. Markup is a coding system used to structure, index, and link text files. It looks something like this:

In the example above, the "tag" is a literal example of an HTML tag; there is no tag called "tag"... this is just for explanation. To read more about tags and how to use HTML, click on the link below :)
Functions are collections of code that achieve an intended outcome, can be used over and over...