- What is HTML?
- Write about use of HTML?
Answers
:
HTML stands for Hyper Text Markup Language
HTML is not a programming language; it is markup language. HTML actually describes the structure of a webpage.
The first markup language was GML or Generalized Markup Language which later leads to the development of SGML or Standard Generalized Markup Language. This SGML then leads to the creation of HTML.
Their are various versions of HTML like, HTML 1.0, HTML 2.0, HTML 3.0 , HTML 4, HTML 5 (latest).
:
1. It doesn't require any special software knowledge.
2. It just requires a text editor for coding.
3. Offers compatibility with all Web Browsers.
:
1. HTML allows you to display text in a web browser.
2. HTML allows you to format, arrange and group text.
3. HTML allows you to display text as links.
4. We can also add images or multimedia to a web page.
5. Many utilities are also provided by HTML like - hypertext, tables, frames etc.
:
An HTML tag is a command to instruct the web browser how to display the content in a Web page.
All the HTML tags are typed inside the angular brackets
Their are two types of tags in HTML : Container tags or those who have opening and closing tags ( like, <html> etc.) and Empty tag or those who have one opening tag but no closing tag ( like, <br> etc.)
Ans. Full form of HTML is Hyper text Markup Language and HTML is a language used for designing a web page . It is a text file with special instructions called tags.
-
Ans. In today's world , HTML served in many ways. Some of them are :-
● It helps publish information for global distribution.
● It helps retrieve online information using hypertext links.
● It publishes one's individual documents online.
● It is also helpful for commercial purposes such as making reservation , placing orders , supply of products etc.