What is HTML ? Html definition by GoldoCodes.



What is HTML?

HTML Definition :

What is HTML

HTML stands for Hyper Text Markup Languages. HTML is a programming languages that is used to build Web pages. Web pages are the blocks of html programs. A Web browser only can understand a language that can intract with the structure of Web browsers. A browser can understand HTML can generate output on the demands of HTML programs. HTML is is made of elements. these elements are presented with tags <> </> HTML creates Web pages and these websites pages make a website.

HTML is written as given in the format.

<html> <head> <title></title> </head> <body> </body> </html>

This format is HTML structure. These lines makes a format of html blocks. These blocks are called HTML elements.

Example

HTML HEAD BODY

are called HTML elements.

<html><head></head><body></body></html>

are called HTML tags.


That is About HTML Definition.


Comments

Popular posts from this blog

Learn Programming Languages on GoldoCodes Every Day