Here is the complete Description of HMTL which are as follows:-
HTML (stands for Hypertext Markup Language) is a computer language that makes up most web pages and online applications
- HTML stands for HyperText Markup Language.
- It was invented by Tim Berners-Lee while at CERN, the European Laboratory for Particle Physics in Geneva.
- HTML authoring software language used on the Internet’s World Wide Web. HTML used for creating World Wide Web pages.
- HTML is a subset of Standard Generalized Mark-Up Language (SGML) for electronic publishing, the specific standard used for the World Wide Web.
- HTML file is a text file containing small markup tags. The markup tags tell the Web browser how to display the page.
- An HMTL file must have an htm or HTML file extension.
- HTML file created using a simple text editor.
- It enables a means to describe the structure of text-based information in a document by denoting certain text as headings, paragraphs, lists, etc, and supplementing that text with interactive forms, embedded images, and other objects.
- HTML is written in the form of labels (known as tags), surrounded by less-than (<) and greater-than signs (>).
- HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors.
- HMTL is a coding syntax that is used to write WWW documents, which are read by browsers.document.
- In practical terms, HTML is a collection of platform-independent styles (indicated by markup tags). That define the various components of a World Wide Web.
- Also, in HTML a word, a block of text, or an image can linked to another file on the Web.
- With HTML you can create your document using your browser avoiding. The switching between applications and the saving and reloading of files.