Help with HTML programming language?

  • Thread starter Thread starter koolmoeCEE
  • Start date Start date
K

koolmoeCEE

Guest
I've been googling for the past week and I've had no luck.
Can any one point me in the right direction of what the basics of this language is.. Like is it a High, Mid or Low Language?... Or like is it related to any other languages?
I know how to use it, we just have to find out it's history.
 
HTML- Hyper Text Markup Language. this is not a programming language. This is only a markup language. You can define text style, font, colors and other formatting related to text and then any web-page browser read and render these formatting onto screen.

hoping this would help u.
 
HTML is a language for describing web pages.

HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages

Take a look at the link below it will answer many of your questions
 
Back
Top