[dev_Front-end]basic weblanguage - What is HTML?

By chainsmokerslav on 11/1/2023

Previously, we explained the simple application method of HTML. Since I showed you a simple practice, you should also look into the theory, right? Let's do it together!

|What is HTML?|

![](Image from post)
  • theory explanation : HTML is an abbreviation for hypertext markup language. It can be said to be a markup language used on the www (world wide web). In other words, it can be said to be a language for expressing through the process of understanding and creating the structure of web pages used within the Internet network.

  • What is Markup language? : Refers to a language that specifies how the information in a document is structured. It refers to information such as how elements are arranged and what size and shape they have.

  • More info : HTML5 is a new version of HTML. This is a new version released by complementing the shortcomings of 4, 3(.0), 2, and 1 in front of 5 and taking advantage of their strengths.

Going forward, let's learn about HTML through this article and see whether I can construct and express a web page well.