Stands for HyperText Markup Language. A simple markup language used to create web pages. Uses tags rather than commands, that is there are no variables, functions, loops, etc. one would expect to find in a programming language. Tags are used to mark up blocks of text, which will be interpreted by web browsers. For instance, to display a text block bold, just add <B> to the beginning and </B> to the end.