Computer Science, asked by samvidarose, 1 year ago

Define HTML and state its uses.

Answers

Answered by tejasgupta
1

Heya !!

What is HTML ??

The  acronym for HTML is Hyper Text Markup Language. Initially, it was known by the name of GML (General Markup Language). In 1986, it was renamed to SGML (Standard Generalized Markup Language). In 1989, Sir Tim Berners-Lee and his team redesigned this language and named it Hyper Text Markup Language (HTML), as we know it today.

HTML is a markup language usually used to create the basic structure of a web-page. Using HTML with JavaScript (JS is a client-side programming language used to make HTML pages alive), we can even create Windows 10 Store Applications through Visual Studio.

What are Tags ??

Tags are a piece of code that tells the web-browser what to show and how to show. HTML is a tag-based language.

Hope it helps !!

Similar questions