HTML is a designing based computer language which is not so hard and so interesting and mind refreshing language. The full form of HTML is Hyper Text Markup Language.
HTML was created by Tim Berners-Lee in 1991 but it was officially released in 1999 and was a major and developed version of HTML. You can read more about the history of HTML from W3Schools.
HTML or Hyper Text Markup Language is a very basic language so that no any third party software is used to develop any web page. Simply Notepad is used to run this code.
Some Queries (Questions) & Answers about HTML:
What is HTML?
HTML is a markup language. Using this language you can develop/ create/ design any web page quickly. Web pages are used to show data, information about any institution or company. It is also used for online marketing, e-mail and other telecommunication services through the Internet over world.
What is HTML tag?
Which tags carries content in HTML, is called HTML tag.
HTML tag has two parts.
1. Content Tag (<head>,</head>) 2. Blank Tag (<br>)
1. Content Tag: In HTML which tag carries content text, images and other content is called Content Tag.
- Example: <head> & </head>
Work: In <head> tag you can enter the heading document of any HTML web page. The text or image content ends with </head> tag.
Here the <head> tag is called Start tag & the </head> tag is called End tag.
2. Blank Tag: In HTML this tag carries no any content and It is used for some designing purpose in HTML like divide, break, image insert etc.
- Example: <br>
Hope you have completely known about basic information about HTML. You can read the next article about How To Make An HTML Page With Notepad. Click Here to read.
These books will help you for more information and knowledge:
These books will help you for more information and knowledge:
0 Comments