What is HTML ??

What is HTML ??

·

2 min read

So, today we talk about HTML. What is HTML ?? HTML is nothing but a skeleton of a website. The full form of HTML is Hyper text markup language. With the help of HTML we can create our own websites. The first version of HTML was written by Tim Berners-Lee in 1993. Since then, there have been many different versions of HTML, and currently we have use HTML5 the latest version of HTML.

We can write HTML anywhere (like Visual Studio code, notepad) but we have to save it with .html extension. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML also describes the structure of a web page.

In HTML there are many tags, written using angle brackets, by using these tags we can command. Tags such as <img> and <input> directly introduce content into the page. Other tags such as <p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags but use them to interpret the content of the page.

So that's something about HTML, beside the HTML we can use CSS to give designs to our website and Javascript to make logical decisions. So, to create a proper website we need HTML+CSS+Javascript. This is the first ever Blog of mine, i hope you like the Blog.