Skip to main content

Free Stuff

History of HTML

I repeatedly hear from friends, all asking the basics of HTML. From today i am planning to start Basic HTML class free via Blog. Follow regularly and keep learning.
We are here to help in each aspects.


Origins:
            In 1980, physicist Tim Berners-Lee, who was a contractor at CERN, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system.[2] Berners-Lee specified HTML and wrote the browser and server software in the last part of 1990. In that year, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding, but the project was not formally adopted by CERN. In his personal notes from 1990 he lists "some of the many areas in which hypertext is used" and puts an encyclopedia first.


First Specifications:
          The first publicly available description of HTML was a document called HTML Tags, first mentioned on the Internet by Berners-Lee in late 1991. It describes 20 elements comprising the initial, relatively simple design of HTML. Except for the hyperlink tag, these were strongly influenced by SGMLguid, an in-house SGML based documentation format at CERN. Thirteen of these elements still exist in HTML 4.
Hypertext markup language is a markup language that web browsers use to interpret and compose text, images and other material into visual or audible web pages. Default characteristics for every item of HTML markup are defined in the browser, and these characteristics can be altered or enhanced by the web page designer's additional use of CSS. Many of the text elements are found in the 1988 ISO technical report TR 9537 Techniques for using SGML, which in turn covers the features of early text formatting languages such as that used by the RUNOFF command developed in the early 1960s for the CTSS (Compatible Time-Sharing System) operating system: these formatting commands were derived from the commands used by typesetters to manually format documents. However, the SGML concept of generalized markup is based on elements (nested annotated ranges with attributes) rather than merely print effects, with also the separation of structure and processing; HTML has been progressively moved in this direction with CSS.
Berners-Lee considered HTML to be an application of SGML. It was formally defined as such by the Internet Engineering Task Force (IETF) with the mid-1993 publication of the first proposal for an HTML specification: "Hypertext Markup Language (HTML)" Internet-Draft by Berners-Lee and Dan Connolly, which included an SGML Document Type Definition to define the grammar. The draft expired after six months, but was notable for its acknowledgment of the NCSA Mosaic browser's custom tag for embedding in-line images, reflecting the IETF's philosophy of basing standards on successful prototypes. Similarly, Dave Raggett's competing Internet-Draft, "HTML+ (Hypertext Markup Format)", from late 1993, suggested standardizing already-implemented features like tables and fill-out forms.
After the HTML and HTML+ drafts expired in early 1994, the IETF created an HTML Working Group, which in 1995 completed "HTML 2.0", the first HTML specification intended to be treated as a standard against which future implementations should be based. Published asRequest for Comments 1866, HTML 2.0 included ideas from the HTML and HTML+ drafts. The 2.0 designation was intended to distinguish the new edition from previous drafts.
Further development under the auspices of the IETF was stalled by competing interests. Since 1996, the HTML specifications have been maintained, with input from commercial software vendors, by the World Wide Web Consortium (W3C). However, in 2000, HTML also became an international standard (ISO/IEC 15445:2000). The last HTML specification published by the W3C is the HTML 4.01 Recommendation, published in late 1999. Its issues and errors were last acknowledged by errata published in 2001.
explore more about the topic here

support the blog, Click on Ads

Comments

Popular posts from this blog

Six Best Android Apps for Geeks

1. ConnectBot:  Every geek will always have a hand on these kind of stuffs. Forget your PC or laptop and guess this SSH Client will satisfy all your ultimate geeky thing. ConnectBot is a powerful open-source Secure Shell (SSH) client. It can manage simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications. This client allows you to connect to Secure Shell servers that typically run on UNIX-based servers. Use Connect Bot to maximum number of sessions and feel like GOD Features: -Support device with hardware keyboard. - Popup keyboard with all those normally hard to find characters - Use the volume keys to quickly change font size - External keyboard support - Telnet support - Local Android terminal support - Click URLs to open in a browser - Copy & Paste within sessions - UTF-8 character support - Easily organise your connections by group - Keep multiple SSH sessions running in the background - Password & OpenSSH privat...

Rooting HTC

Rooting your HTC smart phones:                                         Recently i come across a problem with one of my customer that  rooting an HTC phone requires a little more effort than usual rooting process for every smart phone. I as usual GOOGLE'd things and found a variety of confusing walk-through's everywhere. The worst part is even in the official website, the steps are of a lot messy. Here i present the perfect walk-through to root your HTC: (Especially for Explorer series) The basic steps in rooting your HTc involves 3 steps:           * Collecting the necessary data ( MUST)           * Unlocking your Boot-loader.           * Rooting your phone. The following are very essential to finish your rotting process: 1. An active internet connection. 2. HTC sync service ...

How to manually install apps in your android phone

First of all i want to talk something about Android and apk files. Now a days, Androids become most important in today's mobile phones. This is a smart phone era is seems. Here we go, APK is Application Package File. The file format used to install applications in Google's proud and bright Android Operating system. APK are a variant of jar file format with an .apk extention. jar files you might have seen in  Symbian phones.  Here are the steps to be followed strictly : 1. First you need to open your browser and google for android apps providers (except market, as it wont provide you .apk files) Here are some sites i found useful: mobiles24.com  (you will need to create a ID here for free.) androidzoom.com also u can search in rapid share and mega upload for apk files. 2. Now assuming that u reached your website page, Browse the content you want and click download to download the apk file you needed. ( U need to be sure about the OS version. Check for i...