Candidate Registration
Employer Registration
Forgot Password
Login
Candidate Registration
Login
Candidate Registration
Login
Employer Registration
Login
Candidate Registration

HTML

A - BCDE - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - X - Y - W - Z



HTML 
Type - Programming Language 
Description – The language used to create web pages. It provides structure to text in a web document and enhances that text with interactive forms, images and other objects.



HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages on the web. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. HTML allows images and objects to be embedded and can be used to create interactive forms.

It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript, which affect the behavior of HTML processors like Web browsers, and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The use of CSS is encouraged over explicit presentational markup.

Background - HTML

 
Tim Berners-LeeIn 1980, physicist Tim Berners-Lee, who was an independent contractor at CERN, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. In 1989, Berners-Lee and CERN data systems engineer Robert Cailliau each submitted separate proposals for an Internet-based hypertext system providing similar functionality.