kaushal shah kaushal shah

HTML


Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript


It is the most basic building block of the Web. It defines the meaning and structure of web content.




It is just one part or a piece of a web development. (You can say it as a one item in a recipe to prepare a big stuff like website!)


How does it work?


HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.


 Simple example of HTML


<!DOCTYPE>  

<html>  

<head>  

<title>Web page title</title>  

</head>  

<body>  

<h1>Write Your First Heading</h1>  

<p>Write Your First Paragraph.</p>  

</body>  

</html> 


HTML Versions


Since the time HTML was invented there are lots of HTML versions in market, the brief introduction about the HTML version is given below:


HTML 1.0: The first version of HTML was 1.0, which was the barebones version of HTML language, and it was released in1991.

HTML 2.0: This was the next version which was released in 1995, and it was standard language version for website design. HTML 2.0 was able to support extra features such as form-based file upload, form elements such as text box, option button, etc.



kaushal shah

kaushal shah Creator

Hey there! :)

Suggested Creators

kaushal shah