DEV Community

KIRUBAGARAN .K
KIRUBAGARAN .K

Posted on

What is HTML ?

what is HTML and uses

  • HTML Hyper Text Markup Language is the most basic building block of
    the web.

  • HTML stands for hyper text markup language which is used for
    creating web pages and web applications.

  • Hyper text simply means a text has a link within it ,is a hyper
    text.

  • Markup language is a computer language that is used to apply layout
    and formatting conventions to a text document

  • HTML not a programing language that means using tags to elements to
    display the content

  • It defines the meaning and structure of web content.

  • Other technologies besides HTML are generally used to describe a
    web page's presentation CSS or behavior JavaScript.

HTML PAGE STRUCTURE

Top comments (0)