HTML Basics

HTML stands for Hypertext markup language. HTML is not a programming language. HTML is a markup language, meaning it has no logic. Computer languages with logic are called programming languages, such as JavaScript or Python.

HTML is standard for creating webpages. This entire website was created using HTML. HTML is the basic structure of every website.

Basic attributes

  • p

    = text
  • h1

    = large heading
  • In HTML, you always need to close off your code.

    Here you can get some examples of an code HTML generator.